From e6bd68a87e9fa8aa357939838b2d55464afe2f50 Mon Sep 17 00:00:00 2001 From: law Date: Thu, 16 Apr 1998 17:22:52 +0000 Subject: [PATCH] 8 * pt.c (build_template_parm_index): Add prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19240 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/pt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 4a7512e..76a2706 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -89,6 +89,7 @@ static tree maybe_fold_nontype_arg PROTO((tree)); static tree convert_nontype_argument PROTO((tree, tree)); static tree get_bindings_overload PROTO((tree, tree, tree)); static int for_each_template_parm PROTO((tree, tree_fn_t, void*)); +static tree build_template_parm_index PROTO((int, int, int, tree, tree)); /* Do any processing required when DECL (a member template declaration using TEMPLATE_PARAMETERS as its innermost parameter list) is -- 2.7.4