m4-commit
[Top][All Lists]
Advanced

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

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


From: Eric Blake
Subject: Changes to m4/src/Attic/builtin.c,v [branch-1_4]
Date: Sat, 24 Feb 2007 14:02:25 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/02/24 14:02:23

Index: src/builtin.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/builtin.c,v
retrieving revision 1.1.1.1.2.57
retrieving revision 1.1.1.1.2.58
diff -u -b -r1.1.1.1.2.57 -r1.1.1.1.2.58
--- src/builtin.c       8 Feb 2007 14:52:29 -0000       1.1.1.1.2.57
+++ src/builtin.c       24 Feb 2007 14:02:23 -0000      1.1.1.1.2.58
@@ -253,7 +253,7 @@
   const char *msg;
 
   if (! regexp)
-    regexp = "\\$\\({[0-9][^}]*}\\|[0-9][0-9]+\\)";
+    regexp = "\\$\\({[^}]*}\\|[0-9][0-9]+\\)";
   else if (regexp[0] == '\0')
     {
       macro_sequence_inuse = false;




reply via email to

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