* cp-tree.h (make_thunk): PROTO -> PARAMS.

From-SVN: r31717
This commit is contained in:
Kaveh R. Ghazi 2000-01-31 16:44:46 +00:00 committed by Kaveh Ghazi
parent 7025bf1981
commit 02e59efb69
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* cp-tree.h (make_thunk): PROTO -> PARAMS.
2000-01-31 Nathan Sidwell <sidwell@codesourcery.com>
* cp-tree.h (new_abi_rtti_p): Use flag_new_abi.

View File

@ -3941,7 +3941,7 @@ extern tree build_overload_with_type PARAMS ((tree, tree));
extern tree build_destructor_name PARAMS ((tree));
extern tree build_opfncall PARAMS ((enum tree_code, int, tree, tree, tree));
extern tree hack_identifier PARAMS ((tree, tree));
extern tree make_thunk PROTO((tree, int, int));
extern tree make_thunk PARAMS ((tree, int, int));
extern void emit_thunk PARAMS ((tree));
extern void synthesize_method PARAMS ((tree));
extern tree get_id_2 PARAMS ((const char *, tree));