CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 07/01/23 14:28:23
Index: src/freeze.c
===================================================================
RCS file: /sources/m4/m4/src/freeze.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- src/freeze.c 21 Jan 2007 04:09:06 -0000 1.59
+++ src/freeze.c 23 Jan 2007 14:28:22 -0000 1.60
@@ -269,7 +269,7 @@
/* Dump syntax table. */
- str = "IS(),[EMAIL PROTECTED]";
+ str = "[EMAIL PROTECTED](),RE";
while (*str)
produce_syntax_dump (file, M4SYNTAX, *str++);
@@ -492,6 +492,9 @@
m4__module_open (context, "traditional", NULL);
else
m4__module_open (context, "gnu", NULL);
+ /* Disable { and } categories, since ${11} was not supported in
+ 1.4.x. */
+ m4_set_syntax (context->syntax, 'O', '+', "{}");
break;
default:
if (version > 2)