From c863077bfa83886f32495e0596106d0eff1a4f1d Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sat, 20 Feb 2021 10:48:30 +0000 Subject: [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 --- Build/source/texk/web2c/cwebdir/comm-w2c.ch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch') 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; -- cgit v1.2.3