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
69b78d8d
Commit
69b78d8d
authored
Sep 01, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(current_block): Decl deleted.
(set_block): Declared. From-SVN: r2017
parent
c4d990db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/tree.h
+3
-3
No files found.
gcc/tree.h
View file @
69b78d8d
...
...
@@ -573,7 +573,6 @@ struct tree_type
#else
enum
machine_mode
mode
:
8
;
#endif
unsigned
char
align
;
unsigned
char
precision
;
unsigned
no_force_blk_flag
:
1
;
...
...
@@ -585,6 +584,7 @@ struct tree_type
unsigned
lang_flag_5
:
1
;
unsigned
lang_flag_6
:
1
;
unsigned
int
align
;
union
tree_node
*
pointer_to
;
union
tree_node
*
reference_to
;
int
parse_info
;
...
...
@@ -1408,8 +1408,8 @@ extern void pushlevel PROTO((int));
REVERSE -- reverse the order of decls before returning them.
FUNCTIONBODY -- nonzero if this level is the body of a function. */
extern
tree
poplevel
PROTO
((
int
,
int
,
int
));
/*
Return
the BLOCK node for the current scope level. */
extern
tree
current_block
PROTO
((
void
));
/*
Set
the BLOCK node for the current scope level. */
extern
void
set_block
PROTO
((
tree
));
/* Function to add a decl to the current scope level.
Takes one argument, a decl to add.
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