* pt.c (maybe_fold_nontype_arg): Add prototype.

From-SVN: r17126
This commit is contained in:
Peter Schmid 1997-12-17 20:15:00 +00:00 committed by Jeff Law
parent f5c4bc60df
commit 840b09b4cc
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Dec 17 21:17:39 1997 Peter Schmid <schmid@ltoi.iap.physik.tu-darmstadt.de>
* pt.c (maybe_fold_nontype_arg): Add prototype.
Tue Dec 16 10:31:20 1997 Jason Merrill <jason@yorick.cygnus.com>
* tree.c (mapcar): Handle TRY_CATCH_EXPR et al.

View File

@ -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. */