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);
}