Re: confused by what seems to be a recursive declaration/definition
Re: confused by what seems to be a recursive declaration/definition
- Subject: Re: confused by what seems to be a recursive declaration/definition
- From: Luther Baker <email@hidden>
- Date: Thu, 11 Aug 2011 23:22:37 -0500
On Thu, Aug 11, 2011 at 9:26 PM, William Squires <email@hidden>wrote:
> ...
> I believe you have two erroneous '*'s in there! '*context:' doesn't make
> sense as part of a method signature in ObjC, and there shouldn't be an
> asterisk after 'context' but before the opening '{' (an '*' comes before an
> identifier (variable name), not after it; unless you're multiplying, which
> doesn't apply here)!
> Or were you trying to highlight the section of text, "context:(void
> *)context"? In which case, perhaps '*'s weren't the best choice for ObjC
> code, eh?
I bolded that argument in Gmail - so I do not see those extra stars. I
wonder, are you using a plaintext style reader or is that how it posted to
the actual list? I will keep that in mind for future posts.
And thanks everyone, I really appreciate all the input. Very helpful.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden