Re: How to conditionally compile by architecture?
Re: How to conditionally compile by architecture?
- Subject: Re: How to conditionally compile by architecture?
- From: Alexander von Below <email@hidden>
- Date: Thu, 18 Oct 2012 21:33:43 +0200
Am 18.10.2012 um 21:06 schrieb Stephen Kay <email@hidden>:
> so I think that
> integrating that into the Mac version conditionally is perhaps the easier
> way to go (for me).
But really, you should always ask the most specific question, and avoid to infer the answer ("Byte Order") from a different question ("CPU Type").
Another word of warning, which you may or may not be aware of: The order of Bitfields is not defined in C, and it differs from Metroworks Compiler to gcc (and clang). So if you are doing somethings with bitfields and are sending this out to the world, check your code.
HTH
Alex
_______________________________________________
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