m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/input.c,v


From: Eric Blake
Subject: Changes to m4/m4/input.c,v
Date: Wed, 16 Aug 2006 12:23:06 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/08/16 12:23:05

Index: m4/input.c
===================================================================
RCS file: /sources/m4/m4/m4/input.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- m4/input.c  9 Aug 2006 21:33:24 -0000       1.42
+++ m4/input.c  16 Aug 2006 12:23:04 -0000      1.43
@@ -223,7 +223,7 @@
 file_clean (m4 *context)
 {
   if (m4_is_debug_bit (context, M4_DEBUG_TRACE_INPUT))
-    M4_DEBUG_MESSAGE2 (context, _("Input reverted to %s, line %d"),
+    M4_DEBUG_MESSAGE2 (context, _("input reverted to %s, line %d"),
                       isp->u.u_f.name, isp->u.u_f.lineno);
 
   fclose (isp->u.u_f.file);
@@ -251,7 +251,7 @@
     }
 
   if (BIT_TEST (m4_get_debug_level_opt (context), M4_DEBUG_TRACE_INPUT))
-    M4_DEBUG_MESSAGE1 (context, _("Input read from %s"), title);
+    M4_DEBUG_MESSAGE1 (context, _("input read from %s"), title);
 
   i = (input_block *) obstack_alloc (current_input,
                                     sizeof (struct input_block));
@@ -827,7 +827,7 @@
            if (ch == CHAR_EOF)
              error_at_line (EXIT_FAILURE, 0,
                              current_file, current_line,
-                             _("EOF in string"));
+                             _("end of file in string"));
 
            if (m4_has_syntax (M4SYNTAX, ch, M4_SYNTAX_RQUOTE))
              {
@@ -857,7 +857,7 @@
            if (ch == CHAR_EOF)
              error_at_line (EXIT_FAILURE, 0,
                              current_file, current_line,
-                             _("EOF in string"));
+                             _("end of file in string"));
            if (MATCH (context, ch, context->syntax->rquote.string))
              {
                if (--quote_level == 0)




reply via email to

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