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: speeding up parts of gcc by using ffs


Andrew Pinski <pinskia@physics.uc.edu> writes:

> On Wednesday, Jan 8, 2003, at 00:22 US/Pacific, Falk Hueffner wrote:
> > Andrew Pinski <pinskia@physics.uc.edu> writes:
> >
> >> +  extern int ffs();
> >
> > Function declarators with empty parentheses are an obsolescent feature
> > in C99, so I think they're better to be avoided.
> 
> Well parts of gcc are still written in K&R C, this is one.

Hmm, didn't think of that. Perhaps you could uses PARAMS(()).

-- 
	Falk


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