CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/07/19 14:55:53

Index: src/m4.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/m4.c,v
retrieving revision 1.1.1.1.2.18
retrieving revision 1.1.1.1.2.19
diff -u -b -r1.1.1.1.2.18 -r1.1.1.1.2.19
--- src/m4.c    15 Jul 2006 22:08:58 -0000      1.1.1.1.2.18
+++ src/m4.c    19 Jul 2006 14:55:53 -0000      1.1.1.1.2.19
@@ -217,8 +217,8 @@
 ", stdout);
       fputs ("\
 \n\
-Exit status is 0 for success, 1 for failure, or whatever value was passed\n\
-to the m4exit macro.\n\
+Exit status is 0 for success, 1 for failure, 63 for frozen file version\n\
+mismatch, or whatever value was passed to the m4exit macro.\n\
 ", stdout);
     }
   exit (status);


Reply via email to