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
c38e9817
Commit
c38e9817
authored
Jan 23, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cp-tree.h, decl.h: Get rid of PARAMS. Again.
From-SVN: r61669
parent
307a9864
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
gcc/cp/ChangeLog
+4
-0
gcc/cp/cp-tree.h
+3
-3
gcc/cp/decl.h
+1
-2
No files found.
gcc/cp/ChangeLog
View file @
c38e9817
2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
* cp-tree.h, decl.h: Get rid of PARAMS. Again.
2003-01-22 Mark Mitchell <mark@codesourcery.com>
PR c++/9354
...
...
gcc/cp/cp-tree.h
View file @
c38e9817
...
...
@@ -3877,9 +3877,9 @@ extern void import_export_tinfo (tree, tree, bool);
extern
tree
build_cleanup
(
tree
);
extern
void
finish_file
(
void
);
extern
tree
build_expr_from_tree
(
tree
);
extern
tree
build_cleanup
PARAMS
((
tree
)
);
extern
void
finish_file
PARAMS
((
void
)
);
extern
tree
build_expr_from_tree
PARAMS
((
tree
)
);
extern
tree
build_cleanup
(
tree
);
extern
void
finish_file
(
void
);
extern
tree
build_expr_from_tree
(
tree
);
extern
tree
build_offset_ref_call_from_tree
(
tree
,
tree
);
extern
tree
build_call_from_tree
(
tree
,
tree
,
bool
);
extern
void
set_decl_namespace
(
tree
,
tree
,
bool
);
...
...
gcc/cp/decl.h
View file @
c38e9817
...
...
@@ -31,8 +31,7 @@ enum decl_context
};
/* We need this in here to get the decl_context definition. */
extern
tree
grokdeclarator
PARAMS
((
tree
,
tree
,
enum
decl_context
,
int
,
tree
*
));
extern
tree
grokdeclarator
(
tree
,
tree
,
enum
decl_context
,
int
,
tree
*
);
/* Parsing a function declarator leaves a list of parameter names
or a chain or parameter decls here. */
...
...
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