Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bd74d88b
Commit
bd74d88b
authored
Sep 26, 2010
by
Nicola Pero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted removing 'inline' from get_imp
From-SVN: r164636
parent
4470a3a3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
libobjc/ChangeLog
+1
-2
libobjc/sendmsg.c
+1
-1
No files found.
libobjc/ChangeLog
View file @
bd74d88b
...
@@ -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.
...
...
libobjc/sendmsg.c
View file @
bd74d88b
...
@@ -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
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment