Commit bd74d88b by Nicola Pero

Reverted removing 'inline' from get_imp

From-SVN: r164636
parent 4470a3a3
......@@ -4,8 +4,7 @@
2010-09-26 Kai Tietz <kai.tietz@onevision.com>
* 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.
......
......@@ -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)
{
......
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