diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-16 11:22:52 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-16 11:22:52 -0600 |
commit | 4b58044644058b22b81c3e66228fdd5711f07bc2 (patch) | |
tree | d6a9ad4b0d12eb0afacb67fc5d23e29bcfe782f9 | |
parent | 3bea7da83326991787f576bed81843f51bbba997 (diff) | |
download | gcc-4b58044644058b22b81c3e66228fdd5711f07bc2.zip gcc-4b58044644058b22b81c3e66228fdd5711f07bc2.tar.gz gcc-4b58044644058b22b81c3e66228fdd5711f07bc2.tar.bz2 |
pt.c (build_template_parm_index): Add prototype.
8
* pt.c (build_template_parm_index): Add prototype.
From-SVN: r19240
-rw-r--r-- | gcc/cp/pt.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |