summaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-19 16:20:30 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-19 16:20:30 +0000
commitcda9747032e53ddaae08b325e03e19ded9b5093c (patch)
tree109e574cfbb81e30921d2f681dca825e24713ce7 /libobjc
parent95e9667e1fbe8ba9f3ff68d36284cd1fadcfe823 (diff)
downloadgcc-cda9747032e53ddaae08b325e03e19ded9b5093c.tar.gz
In libobjc/:
2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> * sendmsg.c (method_setImplementation): Do not declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168064 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog4
-rw-r--r--libobjc/sendmsg.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 44ae7f53131..837d24147a2 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,5 +1,9 @@
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.
* objc/runtime.h: Updated comments.
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c
index 2fb716c2e78..85610f8e6e0 100644
--- a/libobjc/sendmsg.c
+++ b/libobjc/sendmsg.c
@@ -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)