diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index fe874fb3f42e..f9d9925798af 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -4,8 +4,7 @@ 2010-09-26 Kai Tietz - * sendmsg.c (get_imp): Remove inline. - (objc_msg_lookup): Likewise. + * sendmsg.c (objc_msg_lookup): Remove inline. (objc_get_uninstalled_dtable): Likewise. * encoding.c (objc_skip_type_qualifiers): Likewise. (objc_skip_offset): Likewise. diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 7a5aa568b6d7..621d5314d370 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -136,7 +136,7 @@ __objc_get_forward_imp (id rcv, SEL sel) } /* Given a class and selector, return the selector's implementation. */ - +inline IMP get_imp (Class class, SEL sel) {