Add prototype
authorMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 22 Apr 1998 21:06:37 +0000 (21:06 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 22 Apr 1998 21:06:37 +0000 (21:06 +0000)
From-SVN: r19380

gcc/cp/pt.c

index b6e695d6420e3373f371df51dabc4d746735aca9..865f999af425d7526c33d4a6fb9a0d9d255d87cc 100644 (file)
@@ -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;
 {