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, 23 Oct 2007 14:17:57 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      07/10/23 14:17:55

Index: m4/path.c
===================================================================
RCS file: /sources/m4/m4/m4/path.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- m4/path.c   7 Aug 2007 03:15:27 -0000       1.27
+++ m4/path.c   23 Oct 2007 14:17:54 -0000      1.28
@@ -119,7 +119,7 @@
   search_path_add (m4__get_search_path (context), dir, prepend);
 
 #ifdef DEBUG_INCL
-  fprintf (stderr, "add_include_directory (%s) %s;\n", dir,
+  xfprintf (stderr, "add_include_directory (%s) %s;\n", dir,
           prepend ? "prepend" : "append");
 #endif
 }
@@ -172,7 +172,7 @@
       name = file_name_concat (incl->dir, file, NULL);
 
 #ifdef DEBUG_INCL
-      fprintf (stderr, "path_search (%s) -- trying %s\n", file, name);
+      xfprintf (stderr, "path_search (%s) -- trying %s\n", file, name);
 #endif
 
       fp = fopen (name, "r");
@@ -221,7 +221,7 @@
   fputs ("include_dump:\n", stderr);
   for (incl = m4__get_search_path (context)->list;
        incl != NULL; incl = incl->next)
-    fprintf (stderr, "\t%s\n", incl->dir);
+    xfprintf (stderr, "\t%s\n", incl->dir);
 }
 
 #endif /* DEBUG_INCL */




reply via email to

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