Prototypes [was Re: Patch for bugs 772 and 17913]

Mark Mitchell mark@codesourcery.com
Thu May 5 20:03:00 GMT 2005


Roger Sayle wrote:

> + minimize the number of function prototypes, by defining them before
> + their first use.  Static function prototypes should only be used
> + when necessary, to break mutually recursive cycles.</p>

I like it, except I wouldn't say "Static" function prototypes.  Do you 
mean the C keyword "static" (i.e., <code>static</code>)?  Or should we 
just drop the word entirely?

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304



More information about the Gcc-patches mailing list