@@ -451,15 +451,16 @@ - init { @try { [self doesNotRecognizeSelector: _cmd]; - abort(); } @catch (id e) { [self release]; @throw e; } + + abort(); } - initWithBool: (BOOL)bool_ { self = [super init];