Commit 6df38d6d by Jason Merrill Committed by Jason Merrill

* error.c (dump_type_real): Declare canonical_name.

From-SVN: r19384
parent bec17cf3
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>
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment