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