Re: Creating Menu Items from NSMutableArray
Re: Creating Menu Items from NSMutableArray
- Subject: Re: Creating Menu Items from NSMutableArray
- From: Andrew Pinski <email@hidden>
- Date: Fri, 16 Aug 2002 19:23:31 -0400 (EDT)
>
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.
Thanks,
Andrew Pinski
_______________________________________________
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.