summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-06-23 15:12:33 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-06-23 15:12:33 +0000
commitbc60e60f9a8f054530f983a2609a38d662f861bc (patch)
treeeed4873742434392a86ebd2257be98a9c54fa159 /Build/source
parentddb1898d66d2a3051e4024df65d4092f6bd59a25 (diff)
[CWEB] Flip two variables.
git-svn-id: svn://tug.org/texlive/trunk@67448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/cwebboot.cin6
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.ch4
2 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin
index 9c8278e2bb3..15c9a28d05b 100644
--- a/Build/source/texk/web2c/cwebboot.cin
+++ b/Build/source/texk/web2c/cwebboot.cin
@@ -393,11 +393,11 @@ boolean flags[128];
FILE*C_file;
FILE*tex_file;
FILE*idx_file;
-#line 578 "cwebdir/comm-w2c.ch"
FILE*scn_file;
-FILE*check_file;
-#line 1274 "cwebdir/common.w"
+#line 578 "cwebdir/comm-w2c.ch"
FILE*active_file;
+FILE*check_file;
+#line 1275 "cwebdir/common.w"
#line 595 "cwebdir/comm-w2c.ch"
/*:83*//*86:*/
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
index 2695354f559..9f6dd38940a 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
@@ -573,9 +573,9 @@ cb_usage(program==ctangle ? "ctangle" : program==cweave ? "cweave" : "ctwill");
@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