diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2000-12-22 12:05:50 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2000-12-22 12:05:50 -0500 |
commit | 8230f5e2360186709b8c39c089be9492081cd8d7 (patch) | |
tree | 63b4b39cde456d1cf5f2422da0f367578ae41f20 /gcc | |
parent | c939ca5f58d1bed64d68dd78f90f73122b814d6f (diff) | |
download | gcc-8230f5e2360186709b8c39c089be9492081cd8d7.zip gcc-8230f5e2360186709b8c39c089be9492081cd8d7.tar.gz gcc-8230f5e2360186709b8c39c089be9492081cd8d7.tar.bz2 |
oops
From-SVN: r38465
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/cp-tree.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 7c3dce4..fb5c753 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)); |