summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/bibtex.h
diff options
context:
space:
mode:
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