Re: limits.h
Re: limits.h
- Subject: Re: limits.h
- From: Justin Walker <email@hidden>
- Date: Wed, 2 Mar 2005 15:28:13 -0800
On Mar 2, 2005, at 14:54, Markian Hlynka wrote:
yah. take a look at the top of your types.h file. you'll probably find:
#include <machine/limits.h>
#include <sys/syslimits.h>
machine/limits.h includes ppc/limits.h which defines CHAR_BIT 8
This isn't much help since machine/limits.h then overrides it.... so
now I'm confused too!
As a special service to the community, __CHAR_BIT__ is a predefined
macro in gcc 3.3.
Cheers,
Justin
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | When LuteFisk is outlawed
| Only outlaws will have
| LuteFisk
*--------------------------------------*-------------------------------*
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >limits.h (From: Steve Mills <email@hidden>) |
| >Re: limits.h (From: Markian Hlynka <email@hidden>) |