This is the mail archive of the gcc-patches@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]

Re: Patch to decl_attributes


>>>>> Richard Henderson <rth@cygnus.com> writes:

 >> ! 	      && ! valid_lang_attribute (name, args, decl, type))

 > Must be "(*valid_lang_attribute)(...)" for K&R.

Really?  I thought that was just a stylistic thing, and that calling a
function was really calling the pointer, after the function decays to a
pointer.  But I'll make the change.

Jason


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