summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/bibtex.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-16 15:58:03 +0000
committerKarl Berry <karl@freefriends.org>2007-07-16 15:58:03 +0000
commitb9e50b271f760c6fb44b08e291c9b36730d6cbf7 (patch)
treefc05552bacc5263299cc6d7da2492b52d6222c80 /Build/source/texk/bibtex8/bibtex.h
parent2db35ddeffe2176d7ebc10a1f229583035b29346 (diff)
buffer size increases from panov
git-svn-id: svn://tug.org/texlive/trunk@4603 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex8/bibtex.h')
-rw-r--r--Build/source/texk/bibtex8/bibtex.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/bibtex8/bibtex.h b/Build/source/texk/bibtex8/bibtex.h
index 6c467dbaf8e..564bb71c3ac 100644
--- a/Build/source/texk/bibtex8/bibtex.h
+++ b/Build/source/texk/bibtex8/bibtex.h
@@ -267,12 +267,12 @@
#define AUX_STACK_SIZE 20
#define MAX_BIB_FILES 20
-#define BUF_SIZE 3000
-#define MAX_CITES 750
-#define MAX_ENT_INTS 3000
-#define MAX_ENT_STRS 3000
+#define BUF_SIZE 10000
+#define MAX_CITES 2000
+#define MAX_ENT_INTS 10000
+#define MAX_ENT_STRS 10000
#define MAX_FIELDS 17250L
-#define MAX_STRINGS 4000
+#define MAX_STRINGS 12000
#define POOL_SIZE 65000L
#define MIN_CROSSREFS 2