This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: cpplex.c & ptrdiff_t
- To: Neil Booth <NeilB at earthling dot net>
- Subject: Re: cpplex.c & ptrdiff_t
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Tue, 16 May 2000 10:26:56 -0700
- Cc: Philippe De Muyter <phdm at macqel dot be>, gcc-patches at gcc dot gnu dot org
- References: <200005160850.KAA24724@mail.macqel.be> <E12re0F-0000st-00@monkey.rosenet.ne.jp>
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?
zw