X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fprintf.c;h=d49b39299f3bfe25db594634aa89ba82d782b2ac;hb=112b21e3861a4887731b61888d1388127957ba93;hp=c48042a58f24da2eb3407b02fc3de20f1d4cd808;hpb=784afc2436790a775b5a48e610e9d532885c692e;p=gnulib.git diff --git a/lib/printf.c b/lib/printf.c index c48042a58..d49b39299 100644 --- a/lib/printf.c +++ b/lib/printf.c @@ -1,5 +1,5 @@ /* Formatted output to a stream. - Copyright (C) 2007, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2010-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,8 +23,6 @@ #include -#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