r167818 - in /trunk/libobjc: ChangeLog objects....

nicola@gcc.gnu.org nicola@gcc.gnu.org
Tue Dec 14 21:57:00 GMT 2010


Author: nicola
Date: Tue Dec 14 21:57:31 2010
New Revision: 167818

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167818
Log:
2010-12-14  Nicola Pero  <nicola.pero@meta-innovation.com>

        * objects.c (object_copy): Do not #undef as we are no longer
        including objc/objc-api.h.
        * selector.c: Include objc/runtime.h and
        objc-private/module-abi-8.h.  Do not include objc/objc-api.h and
        objc/encoding.h.  Updated
        (__objc_register_selectors_from_class): Use struct
        objc_method_list * instead of MethodList_t.
        (__objc_register_selectors_from_list): Use Method instead of
        Method_t.
        (struct objc_method_description_list): Do not define here.
        (__objc_register_instance_methods_to_class): Use struct
        objc_method_list * instead of MethodList_t and Method instead of
        Method_t.

Modified:
    trunk/libobjc/ChangeLog
    trunk/libobjc/objects.c
    trunk/libobjc/selector.c



More information about the Gcc-cvs mailing list