CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/07/22 19:23:04

Index: m4/input.c
===================================================================
RCS file: /sources/m4/m4/m4/input.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- m4/input.c  17 Jul 2006 12:37:21 -0000      1.40
+++ m4/input.c  22 Jul 2006 19:23:04 -0000      1.41
@@ -24,7 +24,8 @@
 
 #include "m4private.h"
 
-/*#define DEBUG_INPUT  /* Define this to see runtime debug info.  */
+/* Define this to see runtime debug info.  Implied by DEBUG.  */
+/*#define DEBUG_INPUT */
 
 /*
    Unread input can be either files, that should be read (eg. included


Reply via email to