bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] lib/strerror.c


From: Bruno Haible
Subject: Re: [Bug-gnulib] lib/strerror.c
Date: Tue, 22 Jul 2003 19:51:02 +0200
User-agent: KMail/1.5

Derek Robert Price wrote:
> What's with the:
>
>
> #if 0
> # include <stdio.h>
> #endif
>
>
> construct in lib/sterror.c.

I think this construct means "Don't try to include <stdio.h> here, or
you would get collisions about sys_errlist." Some systems declare it as
   extern char * sys_errlist[];
Some declare it as
   extern const char * const sys_errlist[];

Bruno





reply via email to

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