This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cpplex.c & ptrdiff_t


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]