This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A question about TYPE_ARG_TYPES


On Wed, Jul 05, 2006 at 11:49:58AM -0400, Daniel Berlin wrote:
> I believe it also happens with varargs functions in some cases, if there
> was nothing but a varargs parameter.

I was recently reminded that that's not valid C.  Is there any language
which lets you get away with only unnamed arguments?  If not, I suspect
this is only for old-style definitions.

-- 
Daniel Jacobowitz
CodeSourcery


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