Subject: Re: -current?
To: Nathan J. Williams <nathanw@MIT.EDU>
From: Todd Vierling <tv@pobox.com>
List: current-users
Date: 06/21/1999 19:48:26
On 21 Jun 1999, Nathan J. Williams wrote:
: That occurred to me, but I ran into this in getopt.c:
:
: #ifdef __GNU_LIBRARY__
`Fine, then.' ;) Make this:
#if defined(__GNU_LIBRARY__) || defined(__NetBSD__)
: /* We want to avoid inclusion of string.h with non-GNU libraries
: because there are many ways it can cause trouble.
: On some systems, it contains special magic macros that don't work
: in GCC. */
...Which I think is a completely bogus message, unless they're referring to
very old gcc2 or gcc1....
--
-- Todd Vierling (tv@pobox.com)