Commit c38e9817 by Nathanael Nerode

* cp-tree.h, decl.h: Get rid of PARAMS. Again.

From-SVN: r61669
parent 307a9864
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment