> See... this is gnustep, so while you could do that, it would best be done as:
>
> RELEASE(willy);

Well, I never understood completely why is it better (or best) to
replace some standard Obj-C method call syntax by standard C function
call syntax that breaks compilation on OSX without adding some
defines.

I know that it allows to remove/undef all RELEASE() calls if we have a
working GC runtime.

-- hns
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to