m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/module.c,v


From: Eric Blake
Subject: Changes to m4/m4/module.c,v
Date: Tue, 23 Oct 2007 14:17:56 +0000

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

Index: m4/module.c
===================================================================
RCS file: /sources/m4/m4/m4/module.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- m4/module.c 12 Sep 2007 01:14:48 -0000      1.55
+++ m4/module.c 23 Oct 2007 14:17:54 -0000      1.56
@@ -405,7 +405,7 @@
 #ifdef DEBUG_MODULES
       if (info->ref_count > 1)
        {
-         fprintf (stderr, "module %s: now has %d libtool references.",
+         xfprintf (stderr, "module %s: now has %d libtool references.",
                   name, info->ref_count);
        }
 #endif /* DEBUG_MODULES */
@@ -545,7 +545,7 @@
 #ifdef DEBUG_MODULES
   if (info->ref_count > 1)
     {
-      fprintf (stderr, "module %s: now has %d libtool references.",
+      xfprintf (stderr, "module %s: now has %d libtool references.",
               name, info->ref_count - 1);
     }
 #endif /* DEBUG_MODULES */




reply via email to

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