* error.c (dump_type_real): Declare canonical_name.

From-SVN: r19384
This commit is contained in:
Jason Merrill 1998-04-23 09:35:38 +00:00 committed by Jason Merrill
parent bec17cf31e
commit 6df38d6ddc
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Thu Apr 23 09:32:58 1998 Jason Merrill <jason@yorick.cygnus.com>
* error.c (dump_type_real): Declare canonical_name.
* typeck.c (comp_target_types): Fix PMFs.
Wed Apr 22 13:24:48 1998 Mark Mitchell <mmitchell@usa.net>

View File

@ -140,6 +140,7 @@ static void
dump_type_real (t, v, canonical_name)
tree t;
int v; /* verbose? */
int canonical_name;
{
if (t == NULL_TREE)
return;