CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/18 13:16:45

Index: m4/m4.c
===================================================================
RCS file: /sources/m4/m4/m4/m4.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- m4/m4.c     1 Sep 2006 23:11:05 -0000       1.18
+++ m4/m4.c     18 Sep 2006 13:16:44 -0000      1.19
@@ -28,7 +28,7 @@
 {
   m4 *context = xzalloc (sizeof *context);
 
-  context->symtab = m4_symtab_create (0, &context->no_gnu_extensions);
+  context->symtab = m4_symtab_create (0);
   context->syntax = m4_syntax_create ();
 
   context->debug_file   = stderr;


Reply via email to