aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/message.h
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-12-19 16:04:55 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-12-19 16:04:55 +0000
commitecfc27058c485e0c42cdc940b878a31455f722c6 (patch)
tree63f8b51d314600b71e1e175e389c5d7bd3a61efc /libobjc/objc/message.h
parent37a68925ce3060f4321be2a53a2ca59b64646a52 (diff)
downloadgcc-ecfc27058c485e0c42cdc940b878a31455f722c6.zip
gcc-ecfc27058c485e0c42cdc940b878a31455f722c6.tar.gz
gcc-ecfc27058c485e0c42cdc940b878a31455f722c6.tar.bz2
In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> * objc/message.h: Updated comments. * objc/runtime.h: Updated comments. From-SVN: r168062
Diffstat (limited to 'libobjc/objc/message.h')
-rw-r--r--libobjc/objc/message.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libobjc/objc/message.h b/libobjc/objc/message.h
index 9d5e6d8..8d03fef 100644
--- a/libobjc/objc/message.h
+++ b/libobjc/objc/message.h
@@ -130,10 +130,7 @@ objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel);
built-in forwarding with one based on a library, such as ffi, that
implement closures, thereby avoiding gcc's __builtin_apply
problems. __objc_msg_forward2's result will be preferred over that
- of __objc_msg_forward if both are set and return non-NULL.
-
- TODO: The API should define objc_set_msg_forward_handler () or
- similar instead of these hooks. */
+ of __objc_msg_forward if both are set and return non-NULL. */
objc_EXPORT IMP (*__objc_msg_forward)(SEL);
objc_EXPORT IMP (*__objc_msg_forward2)(id, SEL);