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
96e5d745
Commit
96e5d745
authored
May 28, 2006
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespacing
From-SVN: r114164
parent
80ecfbb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
gcc/objc/objc-act.c
+5
-3
No files found.
gcc/objc/objc-act.c
View file @
96e5d745
...
...
@@ -3540,9 +3540,9 @@ next_sjlj_build_enter_and_setjmp (void)
return
build3
(
COND_EXPR
,
void_type_node
,
cond
,
NULL
,
NULL
);
}
/* Build
DECL = objc_exception_extract(&_stack);
*/
/* Build
:
DECL = objc_exception_extract(&_stack);
*/
static
tree
next_sjlj_build_exc_extract
(
tree
decl
)
...
...
@@ -5195,6 +5195,7 @@ generate_ivars_list (tree type, const char *name, int size, tree list)
}
/* Count only the fields occurring in T. */
static
int
ivar_list_length
(
tree
t
)
{
...
...
@@ -6889,6 +6890,7 @@ lookup_method_static (tree interface, tree ident, int flags)
/* Add the method to the hash list if it doesn't contain an identical
method already. */
static
void
add_method_to_hash_list
(
hash
*
hash_list
,
tree
method
)
{
...
...
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