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, 25 May 2007 20:29:19 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/05/25 20:29:18

Index: src/macro.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/macro.c,v
retrieving revision 1.1.1.1.2.17
retrieving revision 1.1.1.1.2.18
diff -u -b -r1.1.1.1.2.17 -r1.1.1.1.2.18
--- src/macro.c 25 May 2007 17:27:37 -0000      1.1.1.1.2.17
+++ src/macro.c 25 May 2007 20:29:18 -0000      1.1.1.1.2.18
@@ -327,7 +327,7 @@
   expansion_level++;
   if (nesting_limit > 0 && expansion_level > nesting_limit)
     M4ERROR ((EXIT_FAILURE, 0,
-             "ERROR: recursion limit of %d exceeded, use -L<N> to change it",
+             "recursion limit of %d exceeded, use -L<N> to change it",
              nesting_limit));
 
   macro_call_id++;




reply via email to

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