[Vm-dev] objc prefix header macros

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Fri Oct 23 21:09:09 UTC 2015


In platforms/iOS/vm/SqueakPureObjc_Prefix.pch, shouldn't the macros be
defined

#if ...
#define RELEASEOBJ(x)
#else
#define RELEASEOBJ(x) [x release]
#endif

same for autorelease and retain

because I currently have compilation errors with ARC enabled and clang 7.0

It also seems that #define SUPERDEALLOC is missing in the ARC  branch.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20151023/e9eb09ab/attachment-0001.htm


More information about the Vm-dev mailing list