summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/comm-w2c.ch
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-02-20 10:48:30 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-02-20 10:48:30 +0000
commitc863077bfa83886f32495e0596106d0eff1a4f1d (patch)
treef16260c753e192f95f50b1dc1470ca0aae9c5f47 /Build/source/texk/web2c/cwebdir/comm-w2c.ch
parent961efd75d4ab4bfe367073287cadb0cb5e1ce457 (diff)
[CWEB] New release 4.1.
Enough changes have accumulated since the major release of CWEB 4.0 to warrant a new revision number. git-svn-id: svn://tug.org/texlive/trunk@57806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-w2c.ch12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
index a300203de1f..34856c03e86 100644
--- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch
@@ -17,16 +17,16 @@
@q Please send comments, suggestions, etc. to tex-k@@tug.org. @>
@x
-\def\title{Common code for CTANGLE and CWEAVE (Version 4.0)}
+\def\title{Common code for CTANGLE and CWEAVE (Version 4.1)}
@y
\def\Kpathsea/{{\mc KPATHSEA\spacefactor1000}} \ifacro\sanitizecommand\Kpathsea{KPATHSEA}\fi
-\def\title{Common code for CTANGLE and CWEAVE (4.0 [\TeX~Live])}
+\def\title{Common code for CTANGLE and CWEAVE (4.1 [\TeX~Live])}
@z
@x
- \centerline{(Version 4.0)}
+ \centerline{(Version 4.1)}
@y
- \centerline{(Version 4.0 [\TeX~Live])}
+ \centerline{(Version 4.1 [\TeX~Live])}
@z
@x
@@ -390,8 +390,8 @@ can be made sensitive to these conditions.
@z
@x
- if (history > harmless_message) return(1);
- else return(0);
+ if (history > harmless_message) return EXIT_FAILURE;
+ else return EXIT_SUCCESS;
@y
switch(history) {
case harmless_message: return RETURN_WARN;