m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/freeze.c,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/freeze.c,v [branch-1_4]
Date: Thu, 15 Jun 2006 21:29:16 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/15 21:29:16

Index: src/freeze.c
===================================================================
RCS file: /sources/m4/m4/src/freeze.c,v
retrieving revision 1.1.1.1.2.4
retrieving revision 1.1.1.1.2.5
diff -u -b -r1.1.1.1.2.4 -r1.1.1.1.2.5
--- src/freeze.c        6 Jun 2006 13:20:57 -0000       1.1.1.1.2.4
+++ src/freeze.c        15 Jun 2006 21:29:16 -0000      1.1.1.1.2.5
@@ -122,7 +122,7 @@
              if (bp == NULL)
                {
                  M4ERROR ((warning_status, 0, "\
-INTERNAL ERROR: Built-in not found in builtin table!"));
+INTERNAL ERROR: Builtin not found in builtin table!"));
                  abort ();
                }
              fprintf (file, "F%d,%d\n",
@@ -224,7 +224,7 @@
     switch (character)
       {
       default:
-       M4ERROR ((EXIT_FAILURE, 0, "Ill-formated frozen file"));
+       M4ERROR ((EXIT_FAILURE, 0, "Ill-formed frozen file"));
 
       case '\n':
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]