On 10:35:55 am 2005-06-28 "Earnie Boyd" <[EMAIL PROTECTED]> wrote:
> On 4:11:19 am 2005-06-28 [EMAIL PROTECTED] 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



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to