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
22ef8a13
Commit
22ef8a13
authored
27 years ago
by
Jason Merrill
Committed by
Jason Merrill
27 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tree.h: Declare them.
* tree.h: Declare them. Oop. From-SVN: r15899
parent
f0632762
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/ChangeLog
+1
-0
gcc/tree.h
+3
-0
No files found.
gcc/ChangeLog
View file @
22ef8a13
Tue Oct 14 11:30:29 1997 Jason Merrill <jason@yorick.cygnus.com>
* tree.c (expr_tree_cons, build_expr_list, expralloc): New fns.
* tree.h: Declare them.
Fri Oct 10 13:46:56 1997 Doug Evans <dje@canuck.cygnus.com>
...
...
This diff is collapsed.
Click to expand it.
gcc/tree.h
View file @
22ef8a13
...
...
@@ -1228,6 +1228,7 @@ extern char *xstrdup PROTO((char *));
extern
char
*
oballoc
PROTO
((
int
));
extern
char
*
permalloc
PROTO
((
int
));
extern
char
*
savealloc
PROTO
((
int
));
extern
char
*
expralloc
PROTO
((
int
));
/* Lowest level primitive for allocating a node.
The TREE_CODE is the only argument. Contents are initialized
...
...
@@ -1277,6 +1278,7 @@ extern tree build_string PROTO((int, char *));
extern
tree
build1
PROTO
((
enum
tree_code
,
tree
,
tree
));
extern
tree
build_tree_list
PROTO
((
tree
,
tree
));
extern
tree
build_decl_list
PROTO
((
tree
,
tree
));
extern
tree
build_expr_list
PROTO
((
tree
,
tree
));
extern
tree
build_decl
PROTO
((
enum
tree_code
,
tree
,
tree
));
extern
tree
build_block
PROTO
((
tree
,
tree
,
tree
,
tree
,
tree
));
...
...
@@ -1415,6 +1417,7 @@ extern tree perm_tree_cons PROTO((tree, tree, tree));
extern
tree
temp_tree_cons
PROTO
((
tree
,
tree
,
tree
));
extern
tree
saveable_tree_cons
PROTO
((
tree
,
tree
,
tree
));
extern
tree
decl_tree_cons
PROTO
((
tree
,
tree
,
tree
));
extern
tree
expr_tree_cons
PROTO
((
tree
,
tree
,
tree
));
/* Return the last tree node in a chain. */
...
...
This diff is collapsed.
Click to expand it.
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