Re: YACWP (Yet Another CodeWarrior Port)
Re: YACWP (Yet Another CodeWarrior Port)
- Subject: Re: YACWP (Yet Another CodeWarrior Port)
- From: Eric Albert <email@hidden>
- Date: Fri, 17 Jun 2005 11:33:56 -0700
On Jun 17, 2005, at 10:28 AM, Nick Nallick wrote:
On Jun 16, 2005, at 3:33 PM, Scott Tooker wrote:
6) How do I tell if the objective-c compiler is active (e.g., #if
__option(objective_c))?
For C++ you can do #ifdef __cplusplus. Is there no equivalent for
Obj-C?
#if __OBJC__ should do the trick.
Hope this helps,
Eric
_______________________________________________
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