]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo in 2007-03-04 patch.
authorBruno Haible <bruno@clisp.org>
Sun, 13 May 2007 21:28:35 +0000 (21:28 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:47 +0000 (12:14 +0200)
gettext-runtime/intl/libgnuintl.h.in

index 22ccb5118f86102fc98aeb8eab4c1c2b40de8f32..a5de040b160183ec3d3837b7ace22527e5de3193 100644 (file)
@@ -330,7 +330,7 @@ extern int fprintf (FILE *, const char *, ...);
 extern int vfprintf (FILE *, const char *, va_list);
 
 #undef printf
-#if defined __NetBSD__ || define __BEOS__ || defined __CYGWIN__ || defined __MINGW32__
+#if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__
 /* Don't break __attribute__((format(printf,M,N))).
    This redefinition is only possible because the libc in NetBSD, Cygwin,
    mingw does not have a function __printf__.  */