texlive[67761] Build/source/texk/web2c/cwebdir/twinx.ch: [CWEB] Fix

commits+ascherer at tug.org commits+ascherer at tug.org
Sat Jul 29 14:55:27 CEST 2023


Revision: 67761
          http://tug.org/svn/texlive?view=revision&revision=67761
Author:   ascherer
Date:     2023-07-29 14:55:27 +0200 (Sat, 29 Jul 2023)
Log Message:
-----------
[CWEB] Fix format in do...while loop.

CWEB learned this decades ago.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/twinx.ch

Modified: trunk/Build/source/texk/web2c/cwebdir/twinx.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/twinx.ch	2023-07-29 09:28:43 UTC (rev 67760)
+++ trunk/Build/source/texk/web2c/cwebdir/twinx.ch	2023-07-29 12:55:27 UTC (rev 67761)
@@ -143,6 +143,20 @@
     }
 @z
 
+Section 12.
+
+ at x l.246
+  do at +{
+ at y
+  do {
+ at z
+
+ at x l.256
+  }@+while(fgets(buf,buf_size,f));
+ at y
+  } while(fgets(buf,buf_size,f));
+ at z
+
 @x l.289 C++17 removed 'register' storage class.
 while (1) {@+register node *p,*q,*r,*s,*t;
 @y
@@ -149,17 +163,34 @@
 while (1) {@+node *p,*q,*r,*s,*t;
 @z
 
+Section 15.
+
 @x l.308 C++17 removed 'register' storage class.
 do at +{@+register int d;
 @y
-do at +{@+int d;
+do {@+int d;
 @z
 
+ at x l.316
+}@+while(1);
+ at y
+} while(1);
+ at z
+
+Section 16.
+
 @x l.323 C++17 removed 'register' storage class.
 do at +{@+register int d;
 @y
-do at +{@+int d;
+do {@+int d;
 @z
+
+ at x l.338
+}@+while(1);
+ at y
+} while(1);
+ at z
+
 Section 17.
 
 @x l.347



More information about the tex-live-commits mailing list.