m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/modules/modtest.c,v


From: Eric Blake
Subject: Changes to m4/modules/modtest.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: modules/modtest.c
===================================================================
RCS file: /sources/m4/m4/modules/modtest.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- modules/modtest.c   7 Aug 2007 03:15:29 -0000       1.18
+++ modules/modtest.c   23 Oct 2007 14:17:54 -0000      1.19
@@ -113,6 +113,6 @@
 export_test (const char *foo)
 {
   if (foo)
-    fprintf (stderr, "%s\n", foo);
+    xfprintf (stderr, "%s\n", foo);
   return (bool) (foo != 0);
 }




reply via email to

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