diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2023-08-09 19:57:20 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2023-08-09 19:57:20 +0000 |
commit | 531c968f388dfb9f1bfce158b6bb5aefd05726f2 (patch) | |
tree | f7e55cc231237cc2a28e473fa9e47ca850b17c9c /Build/source/texk/web2c/cwebdir | |
parent | dbbd6331ac0732e8394a3119bbc4df77d5ad7595 (diff) |
[CWEB] Max out max_refs in CWEAVE/CTWILL.
git-svn-id: svn://tug.org/texlive/trunk@67861 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ctwill-w2c.ch | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cweav-w2c.ch | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch index 52a199f5634..78d42b860ea 100644 --- a/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch @@ -135,7 +135,7 @@ turned on during the first phase---NOT! @x @ @d max_refs 30000 /* number of cross-references; must be less than 65536 */ @y -@ @d max_refs 30000 /* number of cross-references; must be less than 65536 */ +@ @d max_refs 65535 /* number of cross-references; must be less than 65536 */ @z @x @@ -811,7 +811,7 @@ else if (cat1==ubinop && (cat2==ubinop || cat2==cast)) { version 3.6, because those productions bypass |decl_head| (thereby confusing |make_ministring|, which depends on the |decl_head| productions to deduce the type). We revert to an older syntax that was -less friendly to \CPLUSPLUS/ but good enough for me. +less friendly to \CPLUSPLUS/ but good enough for me.@^system dependencies@> @<Cases for |typedef_like|@>= if (cat1==decl_head) { @@ -1103,14 +1103,12 @@ flush_buffer(out_ptr,false,false); @x out_str("\\fi"); finish_line(); @.\\fi@> -flush_buffer(out_buf,false,false); /* insert a blank line, it looks nice */ @y finish_line(); out_str("\\mini"); finish_line(); @.\\mini@> @<Output information about usage of id's defined in other sections@>@; out_str("}\\FI"); finish_line(); @.\\FI@> -flush_buffer(out_buf,false,false); /* insert a blank line, it looks nice */ @z @x diff --git a/Build/source/texk/web2c/cwebdir/cweav-w2c.ch b/Build/source/texk/web2c/cwebdir/cweav-w2c.ch index 28420a42309..90ff6b8ee09 100644 --- a/Build/source/texk/web2c/cwebdir/cweav-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/cweav-w2c.ch @@ -62,7 +62,7 @@ @x @ @d max_refs 30000 /* number of cross-references; must be less than 65536 */ @y -@ @d max_refs 30000 /* number of cross-references; must be less than 65536 */ +@ @d max_refs 65535 /* number of cross-references; must be less than 65536 */ @z @x |