Skip to content

Commit

Permalink
[CWEB] Adapt Borland C++ changefile.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@67782 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Jul 31, 2023
1 parent 6d9e197 commit 3fcbd4e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions texk/web2c/cwebdir/cweav-bs.ch
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,9 @@ max_tok_ptr=tok_mem+1; max_text_ptr=tok_start+1;
@x Section 97.
char *k, *k_end=(p+1)->byte_start; /* pointers into |byte_mem| */
out('{');
for (k=p->byte_start; k<k_end; k++) {
char *k; /* pointer into |byte_mem| */
@y
char huge* k, huge* k_end=(p+1)->byte_start; /* pointers into |byte_mem| */
out('{');
for (k=p->byte_start; k<k_end; k++) {
char huge* *k; /* pointer into |byte_mem| */
@z
Expand Down

0 comments on commit 3fcbd4e

Please sign in to comment.