diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-30 21:56:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-30 21:56:34 +0000 |
commit | 538ae468fa847e2e8f375ab4d8e34a63502e6018 (patch) | |
tree | d765f20089428f6fd6580bec178d68de05d04e28 /Build | |
parent | ce7b929137c1bdd87a6eaba9f6dae5d75c71ba5c (diff) |
(sup_buf_size): increase to 30,000,000 per Hans
mail to tex-live, 30 Mar 2007 16:52:09.
git-svn-id: svn://tug.org/texlive/trunk@4087 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index 071d47c93ac..01239a904c9 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -244,7 +244,7 @@ versions of the program. @!sup_strings_free = sup_max_strings; @!inf_buf_size = 500; -@!sup_buf_size = 300000; +@!sup_buf_size = 30000000; @!inf_nest_size = 40; @!sup_nest_size = 4000; |