m4-commit
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: Changes to m4/src/Attic/macro.c,v [branch-1_4]
Date: Fri, 04 Aug 2006 13:19:46 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/08/04 13:19:41

Index: src/macro.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/macro.c,v
retrieving revision 1.1.1.1.2.9
retrieving revision 1.1.1.1.2.10
diff -u -b -r1.1.1.1.2.9 -r1.1.1.1.2.10
--- src/macro.c 3 Aug 2006 13:31:40 -0000       1.1.1.1.2.9
+++ src/macro.c 4 Aug 2006 13:19:41 -0000       1.1.1.1.2.10
@@ -167,8 +167,8 @@
        case TOKEN_EOF:
          /* current_file changed to "NONE" if we see TOKEN_EOF, use the
             previous value we stored earlier.  */
-         error_at_line (EXIT_FAILURE, 0, file, line,
-                        "ERROR: end of file in argument list");
+         M4ERROR_AT_LINE ((EXIT_FAILURE, 0, file, line,
+                           "ERROR: end of file in argument list"));
          break;
 
        case TOKEN_WORD:




reply via email to

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