Changeset 629


Ignore:
Timestamp:
Mar 30, 2013, 9:29:29 PM (12 years ago)
Author:
dmik
Message:

gettext: Revert r627, the correct way is to use attribute(format(printf)).

Location:
gettext/trunk/gettext-runtime/intl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified gettext/trunk/gettext-runtime/intl/libgnuintl.h.in

    r627 r629  
    339339#if !(defined printf && defined _GL_STDIO_H) /* don't override gnulib */
    340340#undef printf
    341 #if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ || defined __EMX__
     341#if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__
    342342/* Don't break __attribute__((format(printf,M,N))).
    343343   This redefinition is only possible because the libc in NetBSD, Cygwin,
  • TabularUnified gettext/trunk/gettext-runtime/intl/printf.c

    r627 r629  
    7272
    7373/* 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__
    7575/* Don't break __attribute__((format(printf,M,N))).
    7676   This redefinition is only possible because the libc in NetBSD, Cygwin,
Note: See TracChangeset for help on using the changeset viewer.