Re: limits.h
Re: limits.h
- Subject: Re: limits.h
- From: Justin Walker <email@hidden>
- Date: Wed, 2 Mar 2005 15:15:06 -0800
On Mar 2, 2005, at 14:21, Steve Mills wrote:
[snip]
Another engineer says it's coming from
/usr/include/gcc/darwin/3.3/machine/limits.h. I looked at my version
of that file and the only reference to __CHAR_BIT__ was:
#define CHAR_BIT __CHAR_BIT__
His version of it has this above that:
#ifndef __CHAR_BIT__
#define __CHAR_BIT__ 8
#endif
Can anyone tell me why our files might be different when they're both
in the 3.3 directory? Was there an update that was a small change in
3.3 that didn't actually change the version number (like to 3.4)?
It's hard to tell without more information. What versions of Mac OS X
are the two of you running? My system's 'limits.h' agrees with yours.
How did you search for the string?
Regards,
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>) |