Re: Why can't I introduce new variables after init stage?
Re: Why can't I introduce new variables after init stage?
- Subject: Re: Why can't I introduce new variables after init stage?
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 25 May 2002 07:58:11 +0100
On Saturday, May 25, 2002, at 05:43 AM, Nathan Day wrote:
Objective-c is an extension of c, pre ANSII c99 only allows declaration
of local variable at the beginning of a block, I think this will change
with Jaguar since it will have gcc 3.0 and I think this will implement
a lot of ANSII c99 specifications.
Actually, just to be pedantic, it'll be a version of gcc 3.1 ;-)
Oh, and you can get it in beta form as part of the April Developer Tools
(you're not supposed to ship any code compiled with it, though).
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.