diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-06 00:42:07 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-06 00:42:07 +0000 |
| commit | 3fdd94fb3b3155be1a1cf44d57c4ca5fb3f48438 (patch) | |
| tree | 2ca7eae4fd98e840ea3b9e4c9a46322903970df7 | |
| parent | 054e01a7e41b19576369dc78d910f91412baa321 (diff) | |
| download | ppe42-gcc-3fdd94fb3b3155be1a1cf44d57c4ca5fb3f48438.tar.gz ppe42-gcc-3fdd94fb3b3155be1a1cf44d57c4ca5fb3f48438.zip | |
tweak decl syntax
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47704 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 0513c7eed28..08ec1c9a33e 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -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); } } |

