summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/bibtex.ch
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-04-12 13:12:12 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-04-12 13:12:12 +0000
commit1932fa55c545fffe9fdd79df0459f384028a39d2 (patch)
tree36d7ce9a9d2be5f134891c8be2b081565c7ce628 /Build/source/texk/web2c/bibtex.ch
parentf6166921da0f6fb93100cc0135c4a5246bc1ebe6 (diff)
remove unnecessary tests
git-svn-id: svn://tug.org/texlive/trunk@25937 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/bibtex.ch')
-rw-r--r--Build/source/texk/web2c/bibtex.ch6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/bibtex.ch b/Build/source/texk/web2c/bibtex.ch
index 162ffcf252c..ce7faf597f6 100644
--- a/Build/source/texk/web2c/bibtex.ch
+++ b/Build/source/texk/web2c/bibtex.ch
@@ -290,6 +290,12 @@ if (hash_prime >= (16384-64)) then bad:=10*bad+6;
if (hash_base <> 1) then bad:=10*bad+6;
@z
+@x [17] remove the following, since buf_size changes dynamically.
+if (ent_str_size > buf_size) then bad:=10*bad+9;
+if (glob_str_size > buf_size) then bad:=100*bad+11;
+@y
+@z
+
@x [22, 23, 27, 28] Allow any character as input. [22]
@!ASCII_code=0..127; {seven-bit numbers}
@y