%% Bruno Haible <[EMAIL PROTECTED]> writes:

  bh> And the definition of _GNU_SOURCE in "make.h" comes too late, because at
  bh> the point where it is defined, a system header file has already been
  bh> included (<sys/types.h> from "gettext.h"). Fix below. In particular,
  bh> "make.h" must always be the first file to be included (also because the
  bh> AIX pragma alloca).

Thanks.

  bh> Also, in the case where strsignal is not defined by the system,
  bh> but is defined in signame.c, wouldn't it be appropriate to
  bh> #include "signame.h" in job.c?

I tried to fix the way the signal stuff is implemented in make just
before 3.79 came out; the problem is that including signame.h leads to
other issues, and that leads to more issues, and pretty soon I'd been
whacking files for a good while.  I backed it all out since I didn't
want to deal with it for 3.79.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.ultranet.com/~pauld/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

Reply via email to