@@ -53,12 +53,11 @@ [OFAutoreleasePool addObject: self]; return self; } -static void __attribute__((__constructor__)) -init(void) +OF_CONSTRUCTOR() { Class NSAutoreleasePool = objc_getClass("NSAutoreleasePool"); Class NSObject = objc_getClass("NSObject"); Method allocMethod; Method addObjectMethod;