porting: typeof
porting: typeof
- Subject: porting: typeof
- From: David Dunham <email@hidden>
- Date: Tue, 14 Jun 2005 14:25:14 -0700
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__ ?)
--
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
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