diff options
Diffstat (limited to 'gl/stdio-write.c')
-rw-r--r-- | gl/stdio-write.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gl/stdio-write.c b/gl/stdio-write.c index f7da9e4..a6a0eb1 100644 --- a/gl/stdio-write.c +++ b/gl/stdio-write.c | |||
@@ -63,7 +63,6 @@ | |||
63 | } | 63 | } |
64 | 64 | ||
65 | # if !REPLACE_PRINTF_POSIX /* avoid collision with printf.c */ | 65 | # if !REPLACE_PRINTF_POSIX /* avoid collision with printf.c */ |
66 | # if !DEPENDS_ON_LIBINTL /* avoid collision with intl/printf.c */ | ||
67 | int | 66 | int |
68 | printf (const char *format, ...) | 67 | printf (const char *format, ...) |
69 | { | 68 | { |
@@ -76,7 +75,6 @@ printf (const char *format, ...) | |||
76 | 75 | ||
77 | return retval; | 76 | return retval; |
78 | } | 77 | } |
79 | # endif | ||
80 | # endif | 78 | # endif |
81 | 79 | ||
82 | # if !REPLACE_FPRINTF_POSIX /* avoid collision with fprintf.c */ | 80 | # if !REPLACE_FPRINTF_POSIX /* avoid collision with fprintf.c */ |