Index: src/OFHashes.h ================================================================== --- src/OFHashes.h +++ src/OFHashes.h @@ -52,14 +52,14 @@ /** * The OFSHA1Hash class provides functions to create an SHA1 hash. */ @interface OFSHA1Hash: OFObject { - uint32_t state[5]; - uint64_t count; - char buffer[64]; - char digest[SHA1_DIGEST_SIZE]; + uint32_t state[5]; + uint64_t count; + char buffer[64]; + char digest[SHA1_DIGEST_SIZE]; BOOL calculated; } /** 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 { - Class isa; + @defs(OFAllocFailedException) } alloc_failed_exception; @implementation OFObject + (void)initialize {