OSDN Git Service

tweak decl syntax
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2001 00:42:07 +0000 (00:42 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Dec 2001 00:42:07 +0000 (00:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47704 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/class.c

index 0513c7e..08ec1c9 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);
        }
     }