CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/08/25 19:23:02
Index: m4/m4.c =================================================================== RCS file: /sources/m4/m4/m4/m4.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -b -r1.16 -r1.17 --- m4/m4.c 27 Jul 2006 22:34:55 -0000 1.16 +++ m4/m4.c 25 Aug 2006 19:23:02 -0000 1.17 @@ -37,6 +37,7 @@ context->nesting_limit = DEFAULT_NESTING_LIMIT; context->search_path = xzalloc (sizeof context->search_path); + m4__include_init (context); return context; }
