<div dir="ltr"><div><div><div><div><div><div><div><div>In platforms/iOS/vm/SqueakPureObjc_Prefix.pch, shouldn&#39;t the macros be defined<br><br></div><div>#if ...<br></div>#define RELEASEOBJ(x)<br></div>#else<br></div>#define RELEASEOBJ(x) [x release]<br></div>#endif<br><br></div>same for autorelease and retain<br><br></div>because I currently have compilation errors with ARC enabled and clang 7.0<br><br></div>It also seems that #define SUPERDEALLOC is missing in the ARCĀ  branch.<br><br></div>Thanks<br></div>