]> git.cworth.org Git - tar/blobdiff - gnu/stdio-write.c
Imported Upstream version 1.24
[tar] / gnu / stdio-write.c
index 06047b4936faab3fe140ebcdbfa2647ded595aa8..415936882318da24d6dcfbf15483d8705bf29e0e 100644 (file)
@@ -65,7 +65,6 @@
     }
 
 #  if !REPLACE_PRINTF_POSIX /* avoid collision with printf.c */
-#   if !DEPENDS_ON_LIBINTL /* avoid collision with intl/printf.c */
 int
 printf (const char *format, ...)
 {
@@ -78,7 +77,6 @@ printf (const char *format, ...)
 
   return retval;
 }
-#   endif
 #  endif
 
 #  if !REPLACE_FPRINTF_POSIX /* avoid collision with fprintf.c */