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: Fri, 23 Jun 2006 12:58:22 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/06/23 12:58:20

Index: src/builtin.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/builtin.c,v
retrieving revision 1.1.1.1.2.13
retrieving revision 1.1.1.1.2.14
diff -u -b -r1.1.1.1.2.13 -r1.1.1.1.2.14
--- src/builtin.c       22 Jun 2006 23:17:22 -0000      1.1.1.1.2.13
+++ src/builtin.c       23 Jun 2006 12:58:20 -0000      1.1.1.1.2.14
@@ -111,13 +111,13 @@
   { "errprint",                FALSE,  FALSE,  FALSE,  m4_errprint },
   { "esyscmd",         TRUE,   FALSE,  TRUE,   m4_esyscmd },
   { "eval",            FALSE,  FALSE,  TRUE,   m4_eval },
-  { "format",          TRUE,   FALSE,  FALSE,  m4_format },
+  { "format",          TRUE,   FALSE,  TRUE,   m4_format },
   { "ifdef",           FALSE,  FALSE,  TRUE,   m4_ifdef },
   { "ifelse",          FALSE,  FALSE,  TRUE,   m4_ifelse },
   { "include",         FALSE,  FALSE,  TRUE,   m4_include },
   { "incr",            FALSE,  FALSE,  TRUE,   m4_incr },
   { "index",           FALSE,  FALSE,  TRUE,   m4_index },
-  { "indir",           TRUE,   FALSE,  FALSE,  m4_indir },
+  { "indir",           TRUE,   FALSE,  TRUE,   m4_indir },
   { "len",             FALSE,  FALSE,  TRUE,   m4_len },
   { "m4exit",          FALSE,  FALSE,  FALSE,  m4_m4exit },
   { "m4wrap",          FALSE,  FALSE,  FALSE,  m4_m4wrap },
@@ -1529,7 +1529,7 @@
          if (!substitute_warned)
            {
              M4ERROR ((warning_status, 0, "\
-WARNING: \\0 will disappear, use \\& instead in replacements"));
+Warning: \\0 will disappear, use \\& instead in replacements"));
              substitute_warned = 1;
            }
          /* Fall through.  */




reply via email to

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