From: Peter Schmid Date: Wed, 17 Dec 1997 20:15:00 +0000 (+0000) Subject: * pt.c (maybe_fold_nontype_arg): Add prototype. X-Git-Tag: releases/libf2c-0.5.21~331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=840b09b4cc8801cbfd30ece8b0a91cff9d9b5c1c;p=thirdparty%2Fgcc.git * pt.c (maybe_fold_nontype_arg): Add prototype. From-SVN: r17126 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 86e0b2f55d90..2cf2aa8eb362 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 0e4d6c936a55..5e540fb37fdd 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. */