This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: va_dcl


On Sun, Nov 08, 1998 at 05:24:40PM -0500, Zack Weinberg wrote:
> What's the output of `gcc -E' for this file?
> 
> zw

Something like this:

# 1 "va.c" 2


main()
{
register int __va_1st_arg ; ...
{
}
}

The header suggests that __GNUC__ > 1 will not complain about this. 
But I am doubtful about where this is supposed to be used.

Dan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]