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
e913996d
Commit
e913996d
authored
Oct 09, 2003
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak whitespace
From-SVN: r72256
parent
1456deaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/cp/decl.c
+2
-2
No files found.
gcc/cp/decl.c
View file @
e913996d
...
...
@@ -6156,7 +6156,7 @@ static tree
cp_make_fname_decl
(
tree
id
,
int
type_dep
)
{
const
char
*
const
name
=
(
type_dep
&&
processing_template_decl
?
NULL
:
fname_as_string
(
type_dep
));
?
NULL
:
fname_as_string
(
type_dep
));
tree
init
=
cp_fname_init
(
name
);
tree
decl
=
build_decl
(
VAR_DECL
,
id
,
TREE_TYPE
(
init
));
...
...
@@ -6177,7 +6177,7 @@ cp_make_fname_decl (tree id, int type_dep)
while
(
b
->
level_chain
->
kind
!=
sk_function_parms
)
b
=
b
->
level_chain
;
pushdecl_with_scope
(
decl
,
b
);
}
}
cp_finish_decl
(
decl
,
init
,
NULL_TREE
,
LOOKUP_ONLYCONVERTING
);
...
...
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