va_dcl

Daniel Jacobowitz drow+@cs.cmu.edu
Sun Nov 8 16:36:00 GMT 1998


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



More information about the Libc-alpha mailing list