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: Fixes for treelang


Neil Booth wrote:
> 
> Tim Josling wrote:-
> 
> >   int
> >   maybe_objc_comptypes (tree lhs ATTRIBUTE_UNUSED,
> >                         tree rhs ATTRIBUTE_UNUSED,
> > +                       int reflexive ATTRIBUTE_UNUSED);
> > +
> > + int
> > + maybe_objc_comptypes (tree lhs ATTRIBUTE_UNUSED,
> > +                       tree rhs ATTRIBUTE_UNUSED,
> >                         int reflexive ATTRIBUTE_UNUSED)
> 
> Duplicated prototype.  I believe maybe_* is dead.
> ... (more of same)

Thanks. I'll remove them.

Tim Josling


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