On Oct 13, 2009, at 7:44 AM, Ben Haller wrote:
Yes, but NSInteger is 10.5 or later; I'm keeping 10.4 compatibility for now. Anyhow, those uses were all in my own internal logic, which can stay using 32-bit ints.
NSInteger is just a typedef defined in the 10.5+ SDKs. It doesn't actually add anything to the language but a bit of syntactic sugar. It isn't always appropriate to use, but there is no reason not to use it when it is.
-- David Duncan Apple DTS Animation and Printing _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com