m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/path.c,v


From: Eric Blake
Subject: Changes to m4/m4/path.c,v
Date: Tue, 05 Sep 2006 23:16:42 +0000

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

Index: m4/path.c
===================================================================
RCS file: /sources/m4/m4/m4/path.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- m4/path.c   25 Aug 2006 19:23:02 -0000      1.19
+++ m4/path.c   5 Sep 2006 23:16:40 -0000       1.20
@@ -177,8 +177,8 @@
       fp = fopen (name, "r");
       if (fp != NULL)
        {
-         if (BIT_TEST (m4_get_debug_level_opt (context), M4_DEBUG_TRACE_PATH))
-           M4_DEBUG_MESSAGE2 (context, _("path search for `%s' found `%s'"),
+         m4_debug_message (context, M4_DEBUG_TRACE_PATH,
+                           _("path search for `%s' found `%s'"),
                               file, name);
          if (set_cloexec_flag (fileno (fp), true) != 0)
            m4_error (context, 0, errno,




reply via email to

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