]> git.ipfire.org Git - thirdparty/gcc.git/commit
class.c (class_getSuperclass): Call __objc_resolve_class_links if the class is not...
authorNicola Pero <nicola.pero@meta-innovation.com>
Sat, 16 Oct 2010 14:03:42 +0000 (14:03 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Sat, 16 Oct 2010 14:03:42 +0000 (14:03 +0000)
commit1cde73d75d94428876d2924763acd292b2f4b632
treeb7ad195618cdca2ff18a0a9236f8926331622f27
parent4b0b4ab069cd49638ab3c09d427d00180ce60691
class.c (class_getSuperclass): Call __objc_resolve_class_links if the class is not resolved yet.

2010-10-16  Nicola Pero  <nicola.pero@meta-innovation.com>

        * class.c (class_getSuperclass): Call __objc_resolve_class_links
        if the class is not resolved yet.
        * ivars.c (class_getInstanceVariable): Use class_getSuperclass.

From-SVN: r165542
libobjc/ChangeLog
libobjc/class.c
libobjc/ivars.c