* cp-tree.h, decl.h: Get rid of PARAMS. Again.
From-SVN: r61669
This commit is contained in:
parent
307a98643c
commit
c38e9817ad
3 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue