tweak decl syntax
authorJason Merrill <jason@gcc.gnu.org>
Thu, 6 Dec 2001 00:42:07 +0000 (19:42 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 6 Dec 2001 00:42:07 +0000 (19:42 -0500)
From-SVN: r47704

gcc/cp/class.c

index 0513c7eed28e3c73ec1961fda6cf43f7ab56312c..08ec1c9a33e49f4f908dfe5a836d4e505c03fe50 100644 (file)
@@ -6821,7 +6821,7 @@ finish_vtbls (t)
       tree base = BINFO_BASETYPE (TYPE_BINFO (t), i);
       if (TREE_VIA_VIRTUAL (base))
        {
-         tree vbase = binfo_for_vbase (BINFO_TYPE (base), t);
+         vbase = binfo_for_vbase (BINFO_TYPE (base), t);
          BINFO_VPTR_FIELD (base) = BINFO_VPTR_FIELD (vbase);
        }
     }