Commit bd74d88b by Nicola Pero

Reverted removing 'inline' from get_imp

From-SVN: r164636
parent 4470a3a3
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
2010-09-26 Kai Tietz <kai.tietz@onevision.com> 2010-09-26 Kai Tietz <kai.tietz@onevision.com>
* sendmsg.c (get_imp): Remove inline. * sendmsg.c (objc_msg_lookup): Remove inline.
(objc_msg_lookup): Likewise.
(objc_get_uninstalled_dtable): Likewise. (objc_get_uninstalled_dtable): Likewise.
* encoding.c (objc_skip_type_qualifiers): Likewise. * encoding.c (objc_skip_type_qualifiers): Likewise.
(objc_skip_offset): Likewise. (objc_skip_offset): Likewise.
......
...@@ -136,7 +136,7 @@ __objc_get_forward_imp (id rcv, SEL sel) ...@@ -136,7 +136,7 @@ __objc_get_forward_imp (id rcv, SEL sel)
} }
/* Given a class and selector, return the selector's implementation. */ /* Given a class and selector, return the selector's implementation. */
inline
IMP IMP
get_imp (Class class, SEL sel) get_imp (Class class, SEL sel)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment