From 840b09b4cc8801cbfd30ece8b0a91cff9d9b5c1c Mon Sep 17 00:00:00 2001 From: Peter Schmid Date: Wed, 17 Dec 1997 20:15:00 +0000 Subject: * pt.c (maybe_fold_nontype_arg): Add prototype. From-SVN: r17126 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/pt.c | 1 + 2 files changed, 5 insertions(+) (limited to 'gcc') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 86e0b2f..2cf2aa8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 17 21:17:39 1997 Peter Schmid + + * pt.c (maybe_fold_nontype_arg): Add prototype. + Tue Dec 16 10:31:20 1997 Jason Merrill * tree.c (mapcar): Handle TRY_CATCH_EXPR et al. diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 0e4d6c9..5e540fb 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -82,6 +82,7 @@ static int type_unification_real PROTO((tree, tree *, tree, tree, int*, int, int, int)); static int processing_explicit_specialization PROTO((int)); static void note_template_header PROTO((int)); +static tree maybe_fold_nontype_arg PROTO((tree)); /* Restore the template parameter context. */ -- cgit v1.1