From 8230f5e2360186709b8c39c089be9492081cd8d7 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 22 Dec 2000 12:05:50 -0500 Subject: [PATCH] oops From-SVN: r38465 --- gcc/cp/cp-tree.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 7c3dce43e3d..fb5c753c048 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -4187,10 +4187,10 @@ extern int uses_template_parms PARAMS ((tree)); extern tree instantiate_class_template PARAMS ((tree)); extern tree instantiate_template PARAMS ((tree, tree)); extern void overload_template_name PARAMS ((tree)); -extern int fn_type_unification PARAMS ((tree, tree, tree, tree, tree, unification_kind_t)); +extern int fn_type_unification PARAMS ((tree, tree, tree, tree, tree, unification_kind_t, int)); extern tree tinst_for_decl PARAMS ((void)); extern void mark_decl_instantiated PARAMS ((tree, int)); -extern int more_specialized PARAMS ((tree, tree, tree)); +extern int more_specialized PARAMS ((tree, tree, int)); extern void mark_class_instantiated PARAMS ((tree, int)); extern void do_decl_instantiation PARAMS ((tree, tree, tree)); extern void do_type_instantiation PARAMS ((tree, tree, int)); @@ -4206,7 +4206,7 @@ extern int is_specialization_of PARAMS ((tree, tree)); extern int comp_template_args PARAMS ((tree, tree)); extern void maybe_process_partial_specialization PARAMS ((tree)); extern void maybe_check_template_type PARAMS ((tree)); -extern tree most_specialized_instantiation PARAMS ((tree, tree)); +extern tree most_specialized_instantiation PARAMS ((tree)); extern void print_candidates PARAMS ((tree)); extern int instantiate_pending_templates PARAMS ((void)); extern tree tsubst_default_argument PARAMS ((tree, tree, tree)); -- 2.30.2