General search for symbols...

Mike Stump mrs@apple.com
Thu Apr 10 19:36:00 GMT 2003


On Wednesday, April 9, 2003, at 10:33 PM, Zack Weinberg wrote:
> Joe Buck <jbuck@synopsys.com> writes:
>
>> Zack writes:
>>> Note that as of 3.3 GCC no longer supports <varargs.h>, although 
>>> there
>>> are still vestiges of the old code for it.
>>
>> We should have a mention of that (together with any other deprecated
>> features not already mentioned) on
>>
>> http://gcc.gnu.org/gcc-3.3/changes.html
>
> Done.  (I misspoke; it was only removed in 3.4, although it doesn't
> make a lot of sense to use <varargs.h> with 3.3 which dropped
> -traditional.)

Ok, I am confused then.  What does the varargs.h header in 3.3 do then:

#ifndef _VARARGS_H
#define _VARARGS_H

#error "GCC no longer implements <varargs.h>."
#error "Revise your code to use <stdarg.h>."

#endif

?



More information about the Gcc mailing list