diff options
author | Peter Schmid <schmid@ltoi.iap.physik.tu-darmstadt.de> | 1997-12-17 20:15:00 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-12-17 13:15:00 -0700 |
commit | 840b09b4cc8801cbfd30ece8b0a91cff9d9b5c1c (patch) | |
tree | f1c0af82dcd4eca219c6506fce8af82539dea744 | |
parent | f5c4bc60df7a7a4f5c5c2b2d863bb5fc0fb95673 (diff) | |
download | gcc-840b09b4cc8801cbfd30ece8b0a91cff9d9b5c1c.zip gcc-840b09b4cc8801cbfd30ece8b0a91cff9d9b5c1c.tar.gz gcc-840b09b4cc8801cbfd30ece8b0a91cff9d9b5c1c.tar.bz2 |
* pt.c (maybe_fold_nontype_arg): Add prototype.
From-SVN: r17126
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/pt.c | 1 |
2 files changed, 5 insertions, 0 deletions
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 <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. 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. */ |