m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/m4/m4private.h,v


From: Eric Blake
Subject: Changes to m4/m4/m4private.h,v
Date: Tue, 05 Sep 2006 23:16:41 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/05 23:16:40

Index: m4/m4private.h
===================================================================
RCS file: /sources/m4/m4/m4/m4private.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -r1.58 -r1.59
--- m4/m4private.h      5 Sep 2006 13:25:24 -0000       1.58
+++ m4/m4private.h      5 Sep 2006 23:16:39 -0000       1.59
@@ -344,33 +344,6 @@
 #  include <dmalloc.h>
 #endif /* WITH_DMALLOC */
 
-/* Other debug stuff.  */
-
-#define M4_DEBUG_MESSAGE(C, Fmt)                       M4_STMT_START { \
-      if (m4_get_debug_file (C) != NULL)                               \
-       {                                                               \
-         m4_debug_message_prefix (C);                                  \
-         fprintf (m4_get_debug_file (C), Fmt);                         \
-         putc ('\n', m4_get_debug_file (C));                           \
-       }                                               } M4_STMT_END
-
-#define M4_DEBUG_MESSAGE1(C, Fmt, Arg1)                        M4_STMT_START { 
\
-      if (m4_get_debug_file (C) != NULL)                               \
-       {                                                               \
-         m4_debug_message_prefix (C);                                  \
-         fprintf (m4_get_debug_file (C), Fmt, Arg1);                   \
-         putc ('\n', m4_get_debug_file (C));                           \
-       }                                               } M4_STMT_END
-
-#define M4_DEBUG_MESSAGE2(C, Fmt, Arg1, Arg2)          M4_STMT_START { \
-      if (m4_get_debug_file (C) != NULL)                               \
-       {                                                               \
-         m4_debug_message_prefix (C);                                  \
-         fprintf (m4_get_debug_file (C), Fmt, Arg1, Arg2);             \
-         putc ('\n', m4_get_debug_file (C));                           \
-       }                                               } M4_STMT_END
-
-
 
 
 /* Convenience macro to zero a variable after freeing it.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]