Re: Why are BOOL and bool distinct types?
Re: Why are BOOL and bool distinct types?
- Subject: Re: Why are BOOL and bool distinct types?
- From: Fritz Anderson <email@hidden>
- Date: Wed, 8 Jun 2005 09:33:35 -0500
On 8 Jun 2005, at 9:08 AM, Sean McBride wrote:
Maybe BOOL should be deprecated now that C99 has a native type?
No. BOOL is 8 bits on all platforms; bool is 32 bits on ppc and 8
bits on i386. Native type != better.
-- F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden