CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/09/01 23:11:05
Index: m4/m4.c =================================================================== RCS file: /sources/m4/m4/m4/m4.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -b -r1.17 -r1.18 --- m4/m4.c 25 Aug 2006 19:23:02 -0000 1.17 +++ m4/m4.c 1 Sep 2006 23:11:05 -0000 1.18 @@ -36,7 +36,7 @@ context->nesting_limit = DEFAULT_NESTING_LIMIT; - context->search_path = xzalloc (sizeof context->search_path); + context->search_path = xzalloc (sizeof *context->search_path); m4__include_init (context); return context;
