preprocessor and gcc specific forms

Richard Henderson rth@redhat.com
Mon Feb 12 10:59:00 GMT 2001


On Mon, Feb 12, 2001 at 10:23:39AM -0600, Kathleen Fisher wrote:
> # 43 "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h" 1 3
> typedef __builtin_va_list __gnuc_va_list;

You'll have to get rid of gcc's default include path (-I-) 
to get rid of this.  Of course, you'll have to supply your
own replacement...

> extern size_t __ctype_get_mb_cur_max (void) __THROW;

This should have been defined to nothing in sys/cdefs.h.
You'll have to investigate why this didn't happen.


r~



More information about the Gcc-bugs mailing list