This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: preprocessor and gcc specific forms
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~