Re: Stepping over
Re: Stepping over
- Subject: Re: Stepping over
- From: "Mills, Steve" <email@hidden>
- Date: Mon, 28 Jan 2013 03:37:30 +0000
- Thread-topic: Stepping over
On Jan 27, 2013, at 18:40, "Rick Mann" <email@hidden> wrote:
> NS_INLINE NSRange NSMakeRange(NSUInteger loc, NSUInteger len) {
> NSRange r;
> r.location = loc; <-- stops here
> r.length = len;
> return r;
> }
I see this a lot as well.
Steve via iPad
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden