Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED
Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED
- Subject: Re: cpp -dM & MAC_OS_X_VERSION_MIN_REQUIRED
- From: Graeme Mathieson <email@hidden>
- Date: Wed, 18 May 2005 16:48:25 +0100
On 18 May 2005, at 16:38, james tittle wrote:
...ahh, what would we do without typos? Of course here I was
trying to say that in some earlier than 10.4 (or was it 10.3?)
installs, float versions of sqrt, cos, sin, tan, etc...weren't in
math.h, and so had to be hand-defined...
Ah, oops, I didn't know that. That was careless of them!
...plus, my main question was something else...
Since it's a function of the build environment you could cheat
slightly and test for something along the lines of:
#if __APPLE__ && __GNUC__ >= 4
...
#endif
?
--
Mail: email@hidden | Web: http://woss.name/
AIM: Math1e | PGP: 1024D/D72F2737
_______________________________________________
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