You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsc...@googlegroups.com
I just updated to the latest source, and JSCocoaLib.m is using __block - is it going 10.6 only? Anyway to do this without using blocks (I'd like to keep 10.5 support for a while in JSTalk, if possible).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jsc...@googlegroups.com
> I just updated to the latest source, and JSCocoaLib.m is using __block > - is it going 10.6 only? Anyway to do this without using blocks (I'd > like to keep 10.5 support for a while in JSTalk, if possible).
I've #defined these out for 10.5. Blocks are only used for non essential stuff, so 10.5 support will go on.