@@ -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 { - Class isa; + @defs(OFAllocFailedException) } alloc_failed_exception; @implementation OFObject + (void)initialize {