ceil, trunc, round: Fix gcc warnings.
[pspp] / lib / printf.c
index c48042a58f24da2eb3407b02fc3de20f1d4cd808..3746afec2cfb6128ebb88da52a90850a986f32be 100644 (file)
@@ -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 @@ printf (const char *format, ...)
 
   return retval;
 }
-
-#endif