diff options
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index ead15532685..46fa6b95a9f 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,8 @@ +2008-06-03 Karl Berry <karl@tug.org> + + * tex.ch (sup_param_size): increase to 32767. + ntg-pdftex mail from martin, 2 Jun 2008 14:15:42. + 2008-06-01 Karl Berry <karl@tug.org> * luatexdir/luatex.mk (install-exec): install texlua symlink. diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index 99bf668123b..3cb55a6c391 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -254,7 +254,7 @@ versions of the program. @!sup_max_in_open = 127; @!inf_param_size = 60; -@!sup_param_size = 6000; +@!sup_param_size = 32767; @!inf_save_size = 600; @!sup_save_size = 80000; |