summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/comm-pc.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-05-02 13:12:20 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-05-02 13:12:20 +0000
commitd28619b4358aaa5c7ae210ce855df17e80b042a5 (patch)
tree96141dd0510f9501c56e1b3b0f5331179bd3fff9 /Build/source/texk/web2c/cwebdir/comm-pc.ch
parentac2076a1c1574e8973c41270faf9064b46fd5130 (diff)
Revert "[CWEB] New release 4.3."
This reverts commit 3ccac2a7d0f4a19dde861c6f4c178e853d90f0cc. CWEB 4.3 is seriously broken. git-svn-id: svn://tug.org/texlive/trunk@59048 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-pc.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-pc.ch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-pc.ch b/Build/source/texk/web2c/cwebdir/comm-pc.ch
index 9e156ad99b0..5f7d9c42ffe 100644
--- a/Build/source/texk/web2c/cwebdir/comm-pc.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-pc.ch
@@ -19,13 +19,13 @@ An omitted change file argument means that |"/dev/null"| should be used,
An omitted change file argument means that |"NUL"| should be used,
@z
-@x section 75
+@x section 76
strcpy(change_file_name,"/dev/null");
@y
strcpy(change_file_name,"NUL");
@z
-@x section 75 (this change copied from comm-bs.ch, July 94)
+@x section 76 (this change copied from comm-bs.ch, July 94)
else if (*s=='/') dot_pos=NULL,name_pos=++s;
@y
else if (*s == ':' || *s == '\\' || *s == '/')