CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/07/22 19:23:04
Index: m4/output.c
===================================================================
RCS file: /sources/m4/m4/m4/output.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- m4/output.c 17 Jul 2006 12:37:21 -0000 1.24
+++ m4/output.c 22 Jul 2006 19:23:04 -0000 1.25
@@ -38,7 +38,8 @@
#include "m4private.h"
-/*#define DEBUG_OUTPUT /* Define this to see runtime debug output. */
+/* Define this to see runtime debug output. Implied by DEBUG. */
+/*#define DEBUG_OUTPUT */
/* Size of initial in-memory buffer size for diversions. Small diversions
would usually fit in. */