Index: src/OFObject.m ================================================================== --- src/OFObject.m +++ src/OFObject.m @@ -35,11 +35,11 @@ /* Hopefully no arch needs more than 16 bytes padding */ #define PRE_IVAR_ALIGN ((sizeof(struct pre_ivar) + 15) & ~15) #define PRE_IVAR ((struct pre_ivar*)((char*)self - PRE_IVAR_ALIGN)) static struct { - @defs(OFAllocFailedException) + Class isa; } alloc_failed_exception; @implementation OFObject + (void)initialize {