From 04a81d94f44365d400f18f2973fd95856351c681 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Wed, 22 Apr 1998 21:06:37 +0000 Subject: [PATCH] Add prototype From-SVN: r19380 --- gcc/cp/pt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index b6e695d6420..865f999af42 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -101,6 +101,7 @@ static tree build_template_decl PROTO((tree, tree)); static int mark_template_parm PROTO((tree, void *)); static tree tsubst_friend_function PROTO((tree, tree)); static tree get_bindings_real PROTO((tree, tree, tree, int)); +static int template_decl_level PROTO((tree)); /* Do any processing required when DECL (a member template declaration using TEMPLATE_PARAMETERS as its innermost parameter list) is @@ -5578,7 +5579,7 @@ type_unification_real (tparms, targs, parms, args, subr, /* Returns the level of DECL, which declares a template parameter. */ -static int +int template_decl_level (decl) tree decl; { -- 2.30.2