Skip to content
Snippets Groups Projects
  • Nicola Pero's avatar
    600cbba2
    In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com> · 600cbba2
    Nicola Pero authored
    In libobjc/:
    2010-12-21  Nicola Pero  <nicola.pero@meta-innovation.com>
    
    	* objc-private/module-abi-8.h (struct objc_symtab): Declare 'refs'
    	to be 'struct objc_selector *' and not 'SEL'.
    	* init.c (__objc_exec_class): Call
    	__objc_register_selectors_from_module instead of iterating over
    	each selector and calling __sel_register_typed_name for each.
    	* objc-private/selector.h: Declare
    	__objc_register_selectors_from_module instead of
    	__sel_register_typed_name.
    	* selector.c (__objc_register_selectors_from_module): New.
    	(__sel_register_typed_name): Made static.
    
    From-SVN: r168113
    600cbba2
    History
    In libobjc/: 2010-12-21 Nicola Pero <nicola.pero@meta-innovation.com>
    Nicola Pero authored
    In libobjc/:
    2010-12-21  Nicola Pero  <nicola.pero@meta-innovation.com>
    
    	* objc-private/module-abi-8.h (struct objc_symtab): Declare 'refs'
    	to be 'struct objc_selector *' and not 'SEL'.
    	* init.c (__objc_exec_class): Call
    	__objc_register_selectors_from_module instead of iterating over
    	each selector and calling __sel_register_typed_name for each.
    	* objc-private/selector.h: Declare
    	__objc_register_selectors_from_module instead of
    	__sel_register_typed_name.
    	* selector.c (__objc_register_selectors_from_module): New.
    	(__sel_register_typed_name): Made static.
    
    From-SVN: r168113