make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU make 3.81beta3 released


From: Earnie Boyd
Subject: Re: GNU make 3.81beta3 released
Date: Tue, 28 Jun 2005 10:49:44 +0000

On 10:35:55 am 2005-06-28 "Earnie Boyd" <address@hidden> wrote:
> On 4:11:19 am 2005-06-28 address@hidden wrote:
> >  -----BEGIN PGP SIGNED MESSAGE-----
>
> >
> >  I would like to concentrate on real bugs and compile errors, and
> >  not worry about compile warnings unless they're actually causing
> >  problems. I will spend some time on code cleanups in the next
> > release.
>
> signame.c (strsignal), HAVE_DECL_SYS_SIGLIST=0
>
> The function doesn't declare sys_siglist[].
>

Actually it is line 30 that is buggy.

- #if !defined(HAVE_DECL_SYS_SIGLIST)
+ #if ! HAVE_DECL_SYS_SIGLIST

Earnie





reply via email to

[Prev in Thread] Current Thread [Next in Thread]