Follow-up Comment #10, bug #27809 (project make):
> I've applied most of the second patch. The first patch is
Thanks.
> I did have one question about the first patch: you have a
> change to make.h which adds an include of malloc.h, but
> later in make.h that header is already included if WINDOWS32
> is set. Is it needed earlier, or...?
>
It is needed earlier, otherwise line #38 of make.h provides a
prototype for alloca because there is no alloca.h and AIX is
not defined. As a result, gcc will complain like:
In file included from ../make-cvs/ar.c:19:
../make-cvs/make.h:39: warning: conflicting types for built-in function
'alloca'
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?27809>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make