cp-tree.h (struct lang_type): Add com_interface.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 13 Apr 1999 00:39:32 +0000 (00:39 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 13 Apr 1999 00:39:32 +0000 (20:39 -0400)
commitaff08c1864a08245642bcf7522aa54707102dd37
tree96032288ea4567cb8d228e1912de01cd2cf5999a
parent940ff22359106048380577cececbf9d6f2624084
cp-tree.h (struct lang_type): Add com_interface.

* cp-tree.h (struct lang_type): Add com_interface.
(CLASSTYPE_COM_INTERFACE): New macro.
* class.c (set_rtti_entry): COM interface classes have no RTTI
entries in their vtables; adjust.
(add_virtual_function, finish_base_struct, skip_rtti_stuff,
modify_one_vtable, fixup_vtable_deltas1, override_one_vtable,
finish_struct_1): Likewise.
* decl2.c (mark_vtable_entries): Likewise.
* rtti.c (build_headof, get_tinfo_fn_dynamic): Likewise.
* search.c (get_abstract_virtuals_1, get_abstract_virtuals,
expand_upcast_fixups): Likewise.
* tree.c (debug_binfo): Likewise.

From-SVN: r26394
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/rtti.c
gcc/cp/search.c
gcc/cp/tree.c