CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/08/25 19:23:02
Index: m4/m4private.h =================================================================== RCS file: /sources/m4/m4/m4/m4private.h,v retrieving revision 1.54 retrieving revision 1.55 diff -u -b -r1.54 -r1.55 --- m4/m4private.h 22 Aug 2006 22:36:28 -0000 1.54 +++ m4/m4private.h 25 Aug 2006 19:23:02 -0000 1.55 @@ -323,6 +323,7 @@ int max_length; /* length of longest directory name */ }; +extern void m4__include_init (m4 *); /* Debugging the memory allocator. */
