Hi,

Ivan Vučica wrote:

Maybe something like this? (Untested)

#define RELEASE(x) [(x) release]
#define AUTORELEASE(x) [(x) autorelease]
#define RETAIN(x) [(x) retain]
sure, you can also just substitute them

Or you can include / use GNUstep.h which has portable macro definitions that work under Mac.

Riccardo

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to