summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-05-07 23:57:39 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2021-05-07 23:57:39 +0000
commit178b1e77aba7d5ba4b47cc6e19c1e8a99316d70d (patch)
tree1837c64e8d8b649bb6c50dbb3a5a8c16415cf832
parent51f1f87e3ace8fff0624a77d9b8d26333b79caa8 (diff)
com16bit.ch: Sync sup_param_size and sup_save_size with tex.ch.
git-svn-id: svn://tug.org/texlive/trunk@59131 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/alephdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/alephdir/com16bit.ch4
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/alephdir/ChangeLog b/Build/source/texk/web2c/alephdir/ChangeLog
index 587e7a276cb..991646529a0 100644
--- a/Build/source/texk/web2c/alephdir/ChangeLog
+++ b/Build/source/texk/web2c/alephdir/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-08 Akira Kakuto <kakuto@w32tex.org>
+
+ * com16bit.ch: Sync sup_param_size and sup_save_size with tex.ch.
+
2021-03-23 Karl Berry <karl@tug.org>
* TL'21.
diff --git a/Build/source/texk/web2c/alephdir/com16bit.ch b/Build/source/texk/web2c/alephdir/com16bit.ch
index 78a7047adb2..8e737ed59ea 100644
--- a/Build/source/texk/web2c/alephdir/com16bit.ch
+++ b/Build/source/texk/web2c/alephdir/com16bit.ch
@@ -210,10 +210,10 @@ if ini_version then
@!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;
+@!sup_save_size = 30000000;
@!inf_stack_size = 200;
@!sup_stack_size = 30000;