* error.c (dump_type_real): Declare canonical_name.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Apr 1998 09:35:38 +0000 (09:35 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Apr 1998 09:35:38 +0000 (09:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19384 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/error.c

index c6025df..ef0ce18 100644 (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>
index a9e9661..18c82a1 100644 (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;