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
0e53614d
Commit
0e53614d
authored
Apr 08, 1993
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move tree.h prototypes of c-* functions to c-tree.h
From-SVN: r4042
parent
8244fc4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
gcc/c-tree.h
+2
-0
gcc/tree.h
+0
-7
No files found.
gcc/c-tree.h
View file @
0e53614d
...
@@ -271,6 +271,7 @@ extern void keep_next_level PROTO((void));
...
@@ -271,6 +271,7 @@ extern void keep_next_level PROTO((void));
extern
int
kept_level_p
PROTO
((
void
));
extern
int
kept_level_p
PROTO
((
void
));
extern
tree
lookup_label
PROTO
((
tree
));
extern
tree
lookup_label
PROTO
((
tree
));
extern
tree
lookup_name
PROTO
((
tree
));
extern
tree
lookup_name
PROTO
((
tree
));
extern
tree
lookup_name_current_level
PROTO
((
tree
));
extern
tree
maybe_build_cleanup
PROTO
((
tree
));
extern
tree
maybe_build_cleanup
PROTO
((
tree
));
extern
void
parmlist_tags_warning
PROTO
((
void
));
extern
void
parmlist_tags_warning
PROTO
((
void
));
extern
void
pending_xref_error
PROTO
((
void
));
extern
void
pending_xref_error
PROTO
((
void
));
...
@@ -321,6 +322,7 @@ extern tree common_type PROTO((tree, tree));
...
@@ -321,6 +322,7 @@ extern tree common_type PROTO((tree, tree));
extern
tree
default_conversion
PROTO
((
tree
));
extern
tree
default_conversion
PROTO
((
tree
));
extern
tree
digest_init
PROTO
((
tree
,
tree
,
tree
*
,
int
,
int
,
char
*
));
extern
tree
digest_init
PROTO
((
tree
,
tree
,
tree
*
,
int
,
int
,
char
*
));
extern
tree
parser_build_binary_op
PROTO
((
enum
tree_code
,
tree
,
tree
));
extern
tree
parser_build_binary_op
PROTO
((
enum
tree_code
,
tree
,
tree
));
extern
tree
require_complete_type
PROTO
((
tree
));
extern
void
store_init_value
PROTO
((
tree
,
tree
));
extern
void
store_init_value
PROTO
((
tree
,
tree
));
/* in c-iterate.c */
/* in c-iterate.c */
...
...
gcc/tree.h
View file @
0e53614d
...
@@ -1493,10 +1493,3 @@ extern void end_temporary_allocation PROTO((void));
...
@@ -1493,10 +1493,3 @@ extern void end_temporary_allocation PROTO((void));
/* Pop the obstack selection stack. */
/* Pop the obstack selection stack. */
extern
void
pop_obstacks
PROTO
((
void
));
extern
void
pop_obstacks
PROTO
((
void
));
/* Make sure tree does not have an incomplete type.
(That includes void types. */
extern
tree
require_complete_type
PROTO
((
tree
));
/* Lookup an IDENTIFIER_NODE */
extern
tree
lookup_name_current_level
PROTO
((
tree
));
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