You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
objc_resolve_class() does ((Class)objc_getClass((char*)cls->isa->isa))->isa; but cls->isa->isa was a metaclass object and not a C string if the class was user-created. objc_allocateClassPair() has been changed to set the meta-metaclass as a C string and not an object, so that objc_getClass() does not return Nil. |
15 years ago | |
|---|---|---|
| .. | ||
| RuntimeTest.xcodeproj | 16 years ago | |
| GNUmakefile | 16 years ago | |
| RuntimeTest.m | 15 years ago | |