diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-03-18 23:02:50 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-03-18 23:02:50 +0000 |
commit | 7c08e78692ed78bd6a10ca95133966ddcc326d4e (patch) | |
tree | 313cc3c5f4d525e906d6a5de2428d78fb88aa86b /Build/source/texk/web2c/luatexdir/tex/mainbody.w | |
parent | 870b25c98edb0948ac01b134b3ed8447addd82d9 (diff) |
web2c/luatexdir: sync with the luatex trunk
git-svn-id: svn://tug.org/texlive/trunk@40069 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/mainbody.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/mainbody.w | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/mainbody.w b/Build/source/texk/web2c/luatexdir/tex/mainbody.w index 5936def5b9f..a8d35d7ac56 100644 --- a/Build/source/texk/web2c/luatexdir/tex/mainbody.w +++ b/Build/source/texk/web2c/luatexdir/tex/mainbody.w @@ -350,7 +350,7 @@ int main_initialize(void) bad = 3; if (hash_prime > hash_size) bad = 5; - if (max_in_open >= 128) + if (max_in_open >= (sup_max_in_open+1)) /* 128 */ bad = 6; /* Here are the inequalities that the quarterword and halfword values must satisfy (or rather, the inequalities that they mustn't satisfy): */ |