* Bruno Haible wrote on Sun, Jan 17, 2010 at 09:19:33PM CET: > 2010-01-17 Bruno Haible <br...@clisp.org> > > Avoid a link error due to the __printf__ symbol. > * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x > and 2.6.x. > (__format__, __printf__): Remove definitions. > * lib/argp-fmtstream.h: Likewise. > * lib/argp.h: Likewise. > * lib/error.h: Likewise. > * lib/vasnprintf.h: Likewise. > * lib/xprintf.h: Likewise. > * lib/xvasprintf.h: Likewise.
This seems to work fine on AIX with this patch. Thanks!