This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: cpplex.c & ptrdiff_t
- To: zack at wolery dot cumb dot org (Zack Weinberg)
- Subject: Re: cpplex.c & ptrdiff_t
- From: "Philippe De Muyter" <phdm at macqel dot be>
- Date: Wed, 17 May 2000 09:39:47 +0200 (CEST)
- Cc: NeilB at earthling dot net, gcc-patches at gcc dot gnu dot org
Zack Weinberg wrote :
> On Tue, May 16, 2000 at 06:51:03PM +0900, Neil Booth wrote:
> > Philippe De Muyter wrote:-
> >
> > > Is the type `ptrdiff_t' now required to bootstrap gcc ?
> >
> > OK, I'll make it a long.
>
> No, you should figure out why ptrdiff_t isn't visible.
>
> My first guess is that system.h should include stddef.h. Philippe,
> does that header exist on your system and does it provide a definition
> of ptrdiff_t?
There is no stddef.h on my system, on none of the other files in /usr/include
provides a definition of ptrdiff_t.
Philippe