* pt.c (maybe_fold_nontype_arg): Add prototype.
authorPeter Schmid <schmid@ltoi.iap.physik.tu-darmstadt.de>
Wed, 17 Dec 1997 20:15:00 +0000 (20:15 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 17 Dec 1997 20:15:00 +0000 (13:15 -0700)
From-SVN: r17126

gcc/cp/ChangeLog
gcc/cp/pt.c

index 86e0b2f55d90083a1c8a06ea2086202b496564dd..2cf2aa8eb362ec5886761475d0ba582024ea3b44 100644 (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.
index 0e4d6c936a55d7b98c3555877a8b99cebceea47d..5e540fb37fdd124f3a328a2d1b2ed7787b0ae7b0 100644 (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. */