CVSROOT: /sources/m4
Module name: m4
Changes by: Gary V. Vaughan <gary> 06/07/17 12:37:21
Index: m4/output.c
===================================================================
RCS file: /sources/m4/m4/m4/output.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- m4/output.c 13 Jun 2006 01:19:09 -0000 1.23
+++ m4/output.c 17 Jul 2006 12:37:21 -0000 1.24
@@ -38,6 +38,8 @@
#include "m4private.h"
+/*#define DEBUG_OUTPUT /* Define this to see runtime debug output. */
+
/* Size of initial in-memory buffer size for diversions. Small diversions
would usually fit in. */
#define INITIAL_BUFFER_SIZE 512