Re: Oddness with PB
Re: Oddness with PB
- Subject: Re: Oddness with PB
- From: Alex Rice <email@hidden>
- Date: Sat, 1 Feb 2003 18:10:02 -0700
On Saturday, February 1, 2003, at 05:35 PM, Ben Mackin wrote:
Would cause PB to report an error (parse error before `int'). As soon
as I
moved the variable declaration up to the top of the function, it
compiled
that part fine. Rather than move all my code around, I wonder how I
can fix
things so it compiles "as is".
Check your project settings for which compiler to use. GCC3 allows the
flexible variable declarations, where GCC2 requires them at the top of
blocks. Maybe you inadvertently changed that setting?
Alex Rice <email@hidden> | Mindlube Software |
http://mindlube.com
what a waste of thumbs that are opposable
to make machines that are disposable -Ani DiFranco
_______________________________________________
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.