CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 07/04/02 12:06:23
Index: src/stackovf.c =================================================================== RCS file: /sources/m4/m4/src/stackovf.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -b -r1.21 -r1.22 --- src/stackovf.c 16 Jan 2007 20:23:33 -0000 1.21 +++ src/stackovf.c 2 Apr 2007 12:06:23 -0000 1.22 @@ -79,11 +79,9 @@ /*#define DEBUG_STKOVF */ #include "m4.h" -#include "m4private.h" /* stdlib.h, xmalloc() */ #ifdef USE_STACKOVF -#include <assert.h> #include <sys/time.h> #include <sys/resource.h>
