diff options
Diffstat (limited to 'libobjc/sendmsg.c')
-rw-r--r-- | libobjc/sendmsg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 5e466c6..7a5aa56 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) { @@ -222,7 +222,7 @@ __objc_responds_to (id object, SEL sel) /* This is the lookup function. All entries in the table are either a valid method *or* zero. If zero then either the dispatch table needs to be installed or it doesn't exist and forwarding is attempted. */ -inline + IMP objc_msg_lookup (id receiver, SEL op) { @@ -713,7 +713,7 @@ __objc_print_dtable_stats () /* Returns the uninstalled dispatch table indicator. If a class' dispatch table points to __objc_uninstalled_dtable then that means it needs its dispatch table to be installed. */ -inline + struct sarray * objc_get_uninstalled_dtable () { |