From 4b58044644058b22b81c3e66228fdd5711f07bc2 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 16 Apr 1998 11:22:52 -0600 Subject: [PATCH] pt.c (build_template_parm_index): Add prototype. 8 * pt.c (build_template_parm_index): Add prototype. From-SVN: r19240 --- gcc/cp/pt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 4a7512ed844..76a2706638d 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.30.2