@@ -27,11 +27,12 @@ * the OFAllocFailedException. */ @interface OFException: OFObject { Class _inClass; - void *_returnAddresses[32]; + void *_backtrace[32]; + int _backtraceSize; } #ifdef OF_HAVE_PROPERTIES @property (readonly) Class inClass; #endif