Changeset 629
- Timestamp:
- Mar 30, 2013, 9:29:29 PM (12 years ago)
- Location:
- gettext/trunk/gettext-runtime/intl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified gettext/trunk/gettext-runtime/intl/libgnuintl.h.in ¶
r627 r629 339 339 #if !(defined printf && defined _GL_STDIO_H) /* don't override gnulib */ 340 340 #undef printf 341 #if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ || defined __EMX__341 #if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ 342 342 /* Don't break __attribute__((format(printf,M,N))). 343 343 This redefinition is only possible because the libc in NetBSD, Cygwin, -
TabularUnified gettext/trunk/gettext-runtime/intl/printf.c ¶
r627 r629 72 72 73 73 /* This needs to be consistent with libgnuintl.h.in. */ 74 #if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ || defined __EMX__74 #if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ 75 75 /* Don't break __attribute__((format(printf,M,N))). 76 76 This redefinition is only possible because the libc in NetBSD, Cygwin,
Note:
See TracChangeset
for help on using the changeset viewer.