Re: Creating Menu Items from NSMutableArray
Re: Creating Menu Items from NSMutableArray
- Subject: Re: Creating Menu Items from NSMutableArray
- From: Kyle Moffett <email@hidden>
- Date: Sat, 17 Aug 2002 16:57:36 -0400
On Friday, August 16, 2002, at 07:23 PM, Andrew Pinski wrote:
A basic C error. The 'int index;' needs to come with all the other
variable declarations at the beginning of the function or block.
It is not a basic C error, it is basic pre-C99 error.
You should be glad this has changed for C99.
What's C99? I know C++ and Java don't have this problem,
but I've never heard of C99
Thanks,
Kyle Moffett
_______________________________________________
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.