texlive[67448] Build/source/texk/web2c: [CWEB] Flip two variables.

commits+ascherer at tug.org commits+ascherer at tug.org
Fri Jun 23 17:12:33 CEST 2023


Revision: 67448
          http://tug.org/svn/texlive?view=revision&revision=67448
Author:   ascherer
Date:     2023-06-23 17:12:33 +0200 (Fri, 23 Jun 2023)
Log Message:
-----------
[CWEB] Flip two variables.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebboot.cin
    trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch

Modified: trunk/Build/source/texk/web2c/cwebboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/cwebboot.cin	2023-06-23 12:39:00 UTC (rev 67447)
+++ trunk/Build/source/texk/web2c/cwebboot.cin	2023-06-23 15:12:33 UTC (rev 67448)
@@ -393,11 +393,11 @@
 FILE*C_file;
 FILE*tex_file;
 FILE*idx_file;
+FILE*scn_file;
 #line 578 "cwebdir/comm-w2c.ch"
-FILE*scn_file;
+FILE*active_file;
 FILE*check_file;
-#line 1274 "cwebdir/common.w"
-FILE*active_file;
+#line 1275 "cwebdir/common.w"
 
 #line 595 "cwebdir/comm-w2c.ch"
 /*:83*//*86:*/

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2023-06-23 12:39:00 UTC (rev 67447)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2023-06-23 15:12:33 UTC (rev 67448)
@@ -573,9 +573,9 @@
 @z
 
 @x
-FILE *scn_file; /* where list of sections from \.{CWEAVE} goes */
+FILE *active_file; /* currently active file for \.{CWEAVE} output */
 @y
-FILE *scn_file; /* where list of sections from \.{CWEAVE} goes */
+FILE *active_file; /* currently active file for \.{CWEAVE} output */
 FILE *check_file; /* temporary output file */
 @z
 



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