cp-tree.h (get_vtable_decl): Prototype new function.
authorNathan Sidwell <sidwell@codesourcery.com>
Mon, 24 Jan 2000 10:59:02 +0000 (10:59 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 24 Jan 2000 10:59:02 +0000 (10:59 +0000)
commit1aa4ccd4289970165bdfe3b39de3db0f4ed75af3
tree2439ae1d2be86a3c044f0296508ee341d9dba2e9
parentdb1147b2e23d260580bb08ce65259b28abe1d0fd
cp-tree.h (get_vtable_decl): Prototype new function.

* cp-tree.h (get_vtable_decl): Prototype new function.
* class.c (get_vtable_decl): New function. Broken out from ...
(build_vtable): ... here. Use it.
* decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
by get_vtable_decl.

From-SVN: r31583
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl2.c