CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 07/04/08 05:06:42
Index: src/stackovf.c =================================================================== RCS file: /sources/m4/m4/src/stackovf.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -b -r1.22 -r1.23 --- src/stackovf.c 2 Apr 2007 12:06:23 -0000 1.22 +++ src/stackovf.c 8 Apr 2007 05:06:42 -0000 1.23 @@ -78,6 +78,8 @@ /* Define this to see runtime debug info. Implied by DEBUG. */ /*#define DEBUG_STKOVF */ +#include <config.h> + #include "m4.h" #ifdef USE_STACKOVF
