Re: C99 complience
Re: C99 complience
- Subject: Re: C99 complience
- From: Andrew Pinski <email@hidden>
- Date: Wed, 13 Feb 2002 07:51:39 -0500
The gcc you are using was written before C99 was finalized, it was
ported to Mac OS X after though.
Apple is working on bring gcc 3.1 to Mac OS X and that will have that
feature from C99 and others:
look at
http://gcc.gnu.org for more info.
Thanks,
Andrew Pinski
On Wednesday, February 13, 2002, at 01:11 , Wade Tregaskis wrote:
I randomly stumbled across a C99 compliance failing by trying to do
"for(int x = y;...)". Am I correct in assuming that I should be able
to declare variables for the first time in for loops in this way [under
C99], and that OS X's default version of [g]cc doesn't support this?
What other C99 features are currently unsupported, out of curiosity?
_______________________________________________
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.