OSDN Git Service

* cp-tree.h (struct tree_pair_s): New.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jul 2004 08:50:27 +0000 (08:50 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jul 2004 08:50:27 +0000 (08:50 +0000)
commit26cbb9595d4682c0b6c3cbb1b8de62db14c03c9a
tree8c3a9ed311c490b90e6c1b88f398eecd97c0e615
parentf45a1ca16b84548bea3b49f7090e5fc6affe776d
* cp-tree.h (struct tree_pair_s): New.
(typedef tree_pair_p): New.
(DEF_VEC_O(tree_pair_s)): New.
(struct lang_type_class): Make vcall_indices a VEC(tree_pair_s).
(CLASSTYPE_VCALL_INDICES): Update documentation.
* class.c (get_vcall_index): Adjust.
(add_vcall_offset): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85256 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h