CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/08/23 11:30:11
Index: src/debug.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/debug.c,v
retrieving revision 1.1.1.1.2.8
retrieving revision 1.1.1.1.2.9
diff -u -b -r1.1.1.1.2.8 -r1.1.1.1.2.9
--- src/debug.c 18 Aug 2006 23:11:36 -0000 1.1.1.1.2.8
+++ src/debug.c 23 Aug 2006 11:30:11 -0000 1.1.1.1.2.9
@@ -221,6 +221,7 @@
if (debug_level & DEBUG_TRACE_LINE)
fprintf (debug, "%d:", current_line);
}
+ putc (' ', debug);
}
/* The rest of this file contains the functions for macro tracing output.