diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2022-01-15 13:16:19 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2022-01-15 13:16:19 +0000 |
commit | 40ef95f4f7d57483bba18047e9c5f47e1dc7c158 (patch) | |
tree | 191f1d1e2342dd433d85cdcd6097dbfda95a097b /Build/source/texk/web2c/tangleboot.pin | |
parent | 97541c10a9f24782c05e28d98934f385c0534049 (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/tangleboot.pin')
-rw-r--r-- | Build/source/texk/web2c/tangleboot.pin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/tangleboot.pin b/Build/source/texk/web2c/tangleboot.pin index 36e7da9de93..29746a7a266 100644 --- a/Build/source/texk/web2c/tangleboot.pin +++ b/Build/source/texk/web2c/tangleboot.pin @@ -1,7 +1,7 @@ {2:}{4:}{$C-,A+,D-}{[$C+,D+]} {:4}program TANGLE(webfile,changefile,Pascalfile,pool); const{8:}bufsize=1000;maxbytes=65535;maxtoks=65535;maxnames=10239; -maxtexts=10239;hashsize=353;longestname=400;linelength=72; +maxtexts=10239;hashsize=8501;longestname=400;linelength=72; outbufsize=144;stacksize=100;maxidlength=50;defunambiglength=32; {:8}type{11:}ASCIIcode=0..255; {:11}{12:}textfile=packed file of ASCIIcode;{:12}{37:}eightbits=0..255; |