summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/bibtex.h
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-04-09 22:39:38 +0000
committerNorbert Preining <preining@logic.at>2012-04-09 22:39:38 +0000
commit8888656430dee2c3993747e12f5f6e6e69618fdf (patch)
tree33fa3d719831303e506910d81d474a9fa95afa61 /Build/source/texk/bibtexu/bibtex.h
parent7f58fbcc8353d1b54446c94047b32925d6ad934b (diff)
Remove outdated test for Glob_Str_Size > Buf_Size
adjust BUF_SIZE to bibtex.ch value git-svn-id: svn://tug.org/texlive/trunk@25894 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/bibtex.h')
-rw-r--r--Build/source/texk/bibtexu/bibtex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtexu/bibtex.h b/Build/source/texk/bibtexu/bibtex.h
index 58245149241..adc513ad6dd 100644
--- a/Build/source/texk/bibtexu/bibtex.h
+++ b/Build/source/texk/bibtexu/bibtex.h
@@ -267,7 +267,7 @@
#define AUX_STACK_SIZE 20
#define MAX_BIB_FILES 20
-#define BUF_SIZE 10000
+#define BUF_SIZE 20000
#define MAX_CITES 750
#define MAX_FIELDS 5000
#define MAX_STRINGS 4000