cp-tree.h (struct tree_pair_s): New.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 28 Jul 2004 08:50:27 +0000 (08:50 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 28 Jul 2004 08:50:27 +0000 (08:50 +0000)
commit0871761b07caa5c85920d72b0bf7b282b1864a1b
tree8c3a9ed311c490b90e6c1b88f398eecd97c0e615
parentc1b763fa9a9a0dba0ccce1493c655179fdaa7d22
cp-tree.h (struct tree_pair_s): New.

* 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.

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