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 themOr 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
