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]
Other format: [Raw text]

Re: ANSIfy many function declarations & definitions in cp/


 >     * cfns.gperf: ANSIfy function declarations.
 >     * cfns.h: Regenerate.

Since you're regenerating cfns.h, please consider adding "-L ANSI-C"
to the gperf invocation.  This will change the output file to ISO C
style.  (Right now, the default for gperf outputs K&R style function
definitions.)

I think you have to patch cp/Make-lang.in for this.

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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