mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 23:01:19 +08:00
Reverted removing 'inline' from get_imp
From-SVN: r164636
This commit is contained in:
parent
4470a3a30e
commit
bd74d88b40
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user