From ecfc27058c485e0c42cdc940b878a31455f722c6 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sun, 19 Dec 2010 16:04:55 +0000 Subject: In libobjc/: 2010-12-19 Nicola Pero In libobjc/: 2010-12-19 Nicola Pero * objc/message.h: Updated comments. * objc/runtime.h: Updated comments. From-SVN: r168062 --- libobjc/objc/message.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libobjc/objc/message.h') 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); -- cgit v1.1