diff lib/printf.c @ 13343:747ce13db0de

Fix collision between gnulib's and libintl's printf replacements.
author Bruno Haible <bruno@clisp.org>
date Sun, 16 May 2010 14:16:03 +0200
parents 1ea205413d02
children 97fc9a21a8fb
line wrap: on
line diff
--- a/lib/printf.c
+++ b/lib/printf.c
@@ -23,8 +23,6 @@
 
 #include <stdarg.h>
 
-#if !DEPENDS_ON_LIBINTL /* avoid collision with intl/printf.c */
-
 /* Print formatted output to standard output.
    Return string length of formatted string.  On error, return a negative
    value.  */
@@ -40,5 +38,3 @@
 
   return retval;
 }
-
-#endif