CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/09/06 22:58:27
Index: src/freeze.c =================================================================== RCS file: /sources/m4/m4/src/freeze.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -b -r1.68 -r1.69 --- src/freeze.c 7 Aug 2007 03:15:30 -0000 1.68 +++ src/freeze.c 6 Sep 2007 22:58:26 -0000 1.69 @@ -263,7 +263,7 @@ produce_syntax_dump (file, M4SYNTAX, *str++); /* Dump all loaded modules. */ - produce_module_dump (file, m4__module_next (0)); + produce_module_dump (file, m4__module_next (NULL)); /* Dump all symbols. */ produce_symbol_dump (context, file, M4SYMTAB);