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: fixincl.x: Undeclared identifier SIZE_TYPE.


> Date: Fri, 21 Jul 2000 14:09:48 -0700
> From: Bruce Korb <bkorb@sco.COM>
> Reply-To: Bruce Korb <bkorb@gnu.org>
> Organization: Santa Cruz Operations
> X-Accept-Language: en
> CC: "Kaveh R. Ghazi" <ghazi@caip.rutgers.edu>, gcc-patches@gcc.gnu.org
> 
> Geoff Keating wrote:
> > SIZE_TYPE defaults to 'unsigned long' if it is not defined.  The
> > rs6000 port finds this definition acceptable.  The fixincludes files
> > don't seem to do the defaulting, so SIZE_TYPE is still not defined.
> > 
> > --
> > - Geoffrey Keating <geoffk@cygnus.com>
> 
> Add this to fixlib.h?

I think it would be better to use the __SIZE_TYPE__ preprocessor
defines, instead; then fixincludes doesn't need to include tm.h at
all.

-- 
- Geoffrey Keating <geoffk@cygnus.com>

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