From 40ef95f4f7d57483bba18047e9c5f47e1dc7c158 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sat, 15 Jan 2022 13:16:19 +0000 Subject: [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 --- Build/source/texk/web2c/tangleboot.pin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/tangleboot.pin') 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; -- cgit v1.2.3