mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 21:47:44 +08:00
* pt.c (maybe_fold_nontype_arg): Add prototype.
From-SVN: r17126
This commit is contained in:
parent
f5c4bc60df
commit
840b09b4cc
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user