On 10/5/06, Kevin O'Gorman <[EMAIL PROTECTED]> wrote:
Why would this need a GNU-specific flag? Aren't these things some level of POSIX? (I'm only guessing; FSF may well have added one or two, and I want to know either way).
From the ctype.h header file:
/* ISO C99 introduced one new function. */ #ifdef __USE_ISOC99 __BEGIN_NAMESPACE_C99 __exctype (isblank); __END_NAMESPACE_C99 #endif So isblank is only defined for the C99 namespace, which you get with either -std=c99 or -std=gnu99 (from the gnu info page). -Richard -- gentoo-user@gentoo.org mailing list