move MUST_PASS_IN_STACK out of line

Richard Henderson rth@redhat.com
Tue Jan 21 00:24:00 GMT 2003


On Mon, Jan 20, 2003 at 10:22:35PM -0200, Alexandre Oliva wrote:
> >   #ifndef MUST_PASS_IN_STACK
> > ! extern bool default_must_pass_in_stack PARAMS((enum machine_mode, tree));
> > ! #define MUST_PASS_IN_STACK(MODE,TYPE) default_must_pass_in_stack(MODE, TYPE)
> 
> If a target defines MUST_PAST_IN_STACK, the prototype is omitted, so
> the compilation of the function gives a warning, no?

Um, I guess it does.  I'll move the decl outside the ifdef.


r~



More information about the Gcc-patches mailing list