texlive[67861] Build/source/texk/web2c/cwebdir: [CWEB] Max out
commits+ascherer at tug.org
commits+ascherer at tug.org
Wed Aug 9 21:57:20 CEST 2023
Revision: 67861
http://tug.org/svn/texlive?view=revision&revision=67861
Author: ascherer
Date: 2023-08-09 21:57:20 +0200 (Wed, 09 Aug 2023)
Log Message:
-----------
[CWEB] Max out max_refs in CWEAVE/CTWILL.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch
Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch 2023-08-09 14:19:34 UTC (rev 67860)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch 2023-08-09 19:57:20 UTC (rev 67861)
@@ -135,7 +135,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
@@ -811,7 +811,7 @@
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,7 +1103,6 @@
@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@>
@@ -1110,7 +1109,6 @@
@<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
Modified: trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch 2023-08-09 14:19:34 UTC (rev 67860)
+++ trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch 2023-08-09 19:57:20 UTC (rev 67861)
@@ -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
More information about the tex-live-commits
mailing list.