m4-commit
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: Changes to m4/src/Attic/input.c,v [branch-1_4]
Date: Fri, 23 Jun 2006 13:06:12 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/23 13:06:10

Index: src/input.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/input.c,v
retrieving revision 1.1.1.1.2.7
retrieving revision 1.1.1.1.2.8
diff -u -b -r1.1.1.1.2.7 -r1.1.1.1.2.8
--- src/input.c 22 Jun 2006 17:43:05 -0000      1.1.1.1.2.7
+++ src/input.c 23 Jun 2006 13:06:10 -0000      1.1.1.1.2.8
@@ -224,7 +224,7 @@
   if (next != NULL)
     {
       M4ERROR ((warning_status, 0,
-               "INTERNAL ERROR: Recursive push_string!"));
+               "INTERNAL ERROR: recursive push_string!"));
       abort ();
     }
 
@@ -318,7 +318,7 @@
 
     default:
       M4ERROR ((warning_status, 0,
-               "INTERNAL ERROR: Input stack botch in pop_input ()"));
+               "INTERNAL ERROR: input stack botch in pop_input ()"));
       abort ();
     }
   obstack_free (current_input, isp);
@@ -367,7 +367,7 @@
   if (isp->type != INPUT_MACRO)
     {
       M4ERROR ((warning_status, 0,
-               "INTERNAL ERROR: Bad call to init_macro_token ()"));
+               "INTERNAL ERROR: bad call to init_macro_token ()"));
       abort ();
     }
 
@@ -415,7 +415,7 @@
 
        default:
          M4ERROR ((warning_status, 0,
-                   "INTERNAL ERROR: Input stack botch in peek_input ()"));
+                   "INTERNAL ERROR: input stack botch in peek_input ()"));
          abort ();
        }
       /* End of input source --- pop one level.  */
@@ -479,7 +479,7 @@
 
        default:
          M4ERROR ((warning_status, 0,
-                   "INTERNAL ERROR: Input stack botch in next_char ()"));
+                   "INTERNAL ERROR: input stack botch in next_char ()"));
          abort ();
        }
 
@@ -663,7 +663,7 @@
   if (msg != NULL)
     {
       M4ERROR ((warning_status, 0,
-               "Bad regular expression `%s': %s", regexp, msg));
+               "bad regular expression `%s': %s", regexp, msg));
       return;
     }
 
@@ -674,7 +674,7 @@
   if (msg != NULL)
     {
       M4ERROR ((EXIT_FAILURE, 0,
-               "Internal error: Expression recompilation `%s': %s",
+               "INTERNAL ERROR: expression recompilation `%s': %s",
                regexp, msg));
     }
 
@@ -816,7 +816,7 @@
          ch = next_char ();
          if (ch == CHAR_EOF)
            M4ERROR ((EXIT_FAILURE, 0,
-                     "ERROR: EOF in string"));
+                     "ERROR: end of file in string"));
 
          if (MATCH (ch, rquote.string))
            {




reply via email to

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