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
b842c19a
Commit
b842c19a
authored
Aug 26, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(current_block): Declared.
From-SVN: r1967
parent
9b1e668e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gcc/tree.h
+2
-0
No files found.
gcc/tree.h
View file @
b842c19a
...
@@ -1402,6 +1402,8 @@ extern void pushlevel PROTO((int));
...
@@ -1402,6 +1402,8 @@ extern void pushlevel PROTO((int));
REVERSE -- reverse the order of decls before returning them.
REVERSE -- reverse the order of decls before returning them.
FUNCTIONBODY -- nonzero if this level is the body of a function. */
FUNCTIONBODY -- nonzero if this level is the body of a function. */
extern
tree
poplevel
PROTO
((
int
,
int
,
int
));
extern
tree
poplevel
PROTO
((
int
,
int
,
int
));
/* Return the BLOCK node for the current scope level. */
extern
tree
current_block
PROTO
((
void
));
/* Function to add a decl to the current scope level.
/* Function to add a decl to the current scope level.
Takes one argument, a decl to add.
Takes one argument, a decl to add.
Returns that decl, or, if the same symbol is already declared, may
Returns that decl, or, if the same symbol is already declared, may
...
...
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