Skip to content

Commit

Permalink
[CWEB] Max out max_refs in CWEAVE/CTWILL.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67861 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Aug 9, 2023
1 parent 7dc3e35 commit 989c422
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions texk/web2c/cwebdir/ctwill-w2c.ch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion texk/web2c/cwebdir/cweav-w2c.ch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 989c422

Please sign in to comment.