In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> * sendmsg.c (method_setImplementation): Do not declare. From-SVN: r168064
This commit is contained in:
parent
0b1432029a
commit
5f38ced19a
@ -1,3 +1,7 @@
|
||||
2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* sendmsg.c (method_setImplementation): Do not declare.
|
||||
|
||||
2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* objc/message.h: Updated comments.
|
||||
|
@ -790,10 +790,6 @@ class_addMethod (Class class_, SEL selector, IMP implementation,
|
||||
return YES;
|
||||
}
|
||||
|
||||
/* Temporarily, until we include objc/runtime.h. */
|
||||
extern IMP
|
||||
method_setImplementation (struct objc_method * method, IMP implementation);
|
||||
|
||||
IMP
|
||||
class_replaceMethod (Class class_, SEL selector, IMP implementation,
|
||||
const char *method_types)
|
||||
|
Loading…
Reference in New Issue
Block a user