Re: C99 compliance
Re: C99 compliance
- Subject: Re: C99 compliance
- From: Jason Madden <email@hidden>
- Date: Wed, 13 Feb 2002 09:12:08 -0600
I think it is worth noting that even in the currently released version of
gcc, 3.0.3, you have to specifiy an argument (specifically, -std=c99) to
get full C99 support, at least in Objective-C. Otherwise, things like
loop-scoped variables are flagged as errors.
Thanks,
Jason
Date: Wed, 13 Feb 2002 07:51:39 -0500
Subject: Re: C99 complience
Cc: email@hidden
To: Wade Tregaskis <email@hidden>
From: Andrew Pinski <email@hidden>
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
_______________________________________________
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.