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
f062da04
Commit
f062da04
authored
Apr 04, 1993
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c-decl.c (lookup_name_current_level): Make non-static.
From-SVN: r4020
parent
6544cdba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/c-decl.c
+2
-2
No files found.
gcc/c-decl.c
View file @
f062da04
...
...
@@ -402,7 +402,7 @@ void shadow_tag_warned ();
static
tree
lookup_tag
();
static
tree
lookup_tag_reverse
();
static
tree
lookup_name_current_level
();
tree
lookup_name_current_level
();
static
char
*
redeclaration_error_message
();
static
void
layout_array_type
();
...
...
@@ -2530,7 +2530,7 @@ lookup_name (name)
/* Similar to `lookup_name' but look only at current binding level. */
static
tree
tree
lookup_name_current_level
(
name
)
tree
name
;
{
...
...
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