summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-07-31 22:40:37 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-07-31 22:40:37 +0000
commitfeeaf6088fe6670017705b1c96200cc417a33d9c (patch)
tree93b559f5bc0c553bd0ba364bcccc7fb0d8f5d452 /Build
parent7e1c36e850680ae421c0f94604c22c1a3fb0da1a (diff)
[CWEB] Adapt Borland C++ changefile.
git-svn-id: svn://tug.org/texlive/trunk@67782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/cwebdir/cweav-bs.ch8
1 files changed, 2 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/cwebdir/cweav-bs.ch b/Build/source/texk/web2c/cwebdir/cweav-bs.ch
index 5d432e05744..0f2b43b6d1c 100644
--- a/Build/source/texk/web2c/cwebdir/cweav-bs.ch
+++ b/Build/source/texk/web2c/cwebdir/cweav-bs.ch
@@ -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