summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tangle.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2022-01-15 13:16:19 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2022-01-15 13:16:19 +0000
commit40ef95f4f7d57483bba18047e9c5f47e1dc7c158 (patch)
tree191f1d1e2342dd433d85cdcd6097dbfda95a097b /Build/source/texk/web2c/tangle.ch
parent97541c10a9f24782c05e28d98934f385c0534049 (diff)
[WEB] Adapt WEB to general conventions.
All C/WEB prograns but TANGLE used 'hash_size=8501'. In WEAVE, 'max_modules' is _not_ limited by '10240', but '4000' is more than enough anyway (and similarly used as 'max_sections' in CWEAVE). git-svn-id: svn://tug.org/texlive/trunk@61612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tangle.ch')
-rw-r--r--Build/source/texk/web2c/tangle.ch2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/tangle.ch b/Build/source/texk/web2c/tangle.ch
index 2cc624136c2..b87fae1f50f 100644
--- a/Build/source/texk/web2c/tangle.ch
+++ b/Build/source/texk/web2c/tangle.ch
@@ -90,6 +90,7 @@ procedure initialize;
@!max_names=4000; {number of identifiers, strings, module names;
must be less than 10240}
@!max_texts=2000; {number of replacement texts, must be less than 10240}
+@!hash_size=353; {should be prime}
@y
@!max_bytes=65535; {|1/ww| times the number of bytes in identifiers,
strings, and module names; must be less than 65536}
@@ -98,6 +99,7 @@ procedure initialize;
@!max_names=10239; {number of identifiers, strings, module names;
must be less than 10240}
@!max_texts=10239; {number of replacement texts, must be less than 10240}
+@!hash_size=8501; {should be prime}
@z
@x