CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 06/07/17 12:37:21
Index: m4/module.c =================================================================== RCS file: /sources/m4/m4/m4/module.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -b -r1.36 -r1.37 --- m4/module.c 22 Jun 2006 15:41:12 -0000 1.36 +++ m4/module.c 17 Jul 2006 12:37:21 -0000 1.37 @@ -22,8 +22,7 @@ #include "ltdl.h" #include "m4private.h" -#define DEBUG_MODULES /* Define this to see runtime debug info. */ -#undef DEBUG_MODULES +/*#define DEBUG_MODULES /* Define this to see runtime debug info. */ /* * This file implements dynamic modules in GNU M4. A module is a
