Re: porting: typeof
Re: porting: typeof
- Subject: Re: porting: typeof
- From: Eric Albert <email@hidden>
- Date: Tue, 14 Jun 2005 14:44:23 -0700
On Jun 14, 2005, at 2:25 PM, David Dunham wrote:
I'm porting a class library which includes a typeof() method. In
order to get this to compile, I had to turn off the "Allow 'asm',
'inline', 'typeof' setting:
GCC_ENABLE_ASM_KEYWORD = NO
However, this means I can't use <Carbon/Carbon.h> because
OSByteOrder.h uses inline... Is there a way to disable just typeof?
(And shouldn't that header have used __inline__ ?)
Please file a bug report against OSByteOrder.h and send me the bug
number.
Thanks,
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