This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: linux libio status
- To: Peter Seebach <seebs at monolith dot solon dot com>
- Subject: Re: linux libio status
- From: Jason Merrill <jason at cygnus dot com>
- Date: 16 Oct 1997 08:23:56 -0700
- Cc: egcs at cygnus dot com
- References: <199710161451.JAA23217@monolith.solon.com>
>>>>> Peter Seebach <seebs@monolith.solon.com> writes:
> In message <u9oh4q46ox.fsf@yorick.cygnus.com>, Jason Merrill writes:
>> That's why we define __need_NULL. That tells the gcc stddef.h that we only
>> want the definition of NULL, and nothing else.
> Isn't that an order of magnitude more complicated than providing
> <null.h>, and having everything that needs NULL include it?
Do you also want to provide <size_t.h>, <ptrdiff_t.h>, <wchar_t.h> and
<wint_t.h>? It doesn't seem excessively complicated to me, since the user
doesn't have to deal with it and we only have to do it once.
Jason