aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-04-05 12:34:20 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-04-05 12:34:20 +0000
commit908c4e83161c7166e0d86864b88d29115b003c5a (patch)
tree381160cbe87945a2d68fddb5e59d42f2fd66730b /gcc/cp/class.c
parentd4370213f65e9ebaab7b912ff9de84122e530a23 (diff)
downloadgcc-908c4e83161c7166e0d86864b88d29115b003c5a.zip
gcc-908c4e83161c7166e0d86864b88d29115b003c5a.tar.gz
gcc-908c4e83161c7166e0d86864b88d29115b003c5a.tar.bz2
class.c (maybe_fixup_vptrs): Remove declaration.
* class.c (maybe_fixup_vptrs): Remove declaration. (build_class_init_list): Likewise. * decl.c (pushdecl_class_level): Call check_template_shadow here ... (push_class_level_binding): ... not here. * search.c (dfs_push_type_decls): Only avoid template-self-reference TYPE_DECLs if they are from base classes. From-SVN: r26202
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r--gcc/cp/class.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 6997d01..6b7b98a 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -121,7 +121,6 @@ static void merge_overrides PROTO((tree, tree, int, tree));
static void override_one_vtable PROTO((tree, tree, tree));
static void mark_overriders PROTO((tree, tree));
static void check_for_override PROTO((tree, tree));
-static tree maybe_fixup_vptrs PROTO((tree, tree, tree));
static tree get_class_offset_1 PROTO((tree, tree, tree, tree, tree));
static tree get_class_offset PROTO((tree, tree, tree, tree));
static void modify_one_vtable PROTO((tree, tree, tree, tree));
@@ -130,7 +129,6 @@ static void modify_all_direct_vtables PROTO((tree, int, tree, tree,
tree));
static void modify_all_indirect_vtables PROTO((tree, int, int, tree,
tree, tree));
-static void build_class_init_list PROTO((tree));
static int finish_base_struct PROTO((tree, struct base_info *));
static void finish_struct_methods PROTO((tree));
static void maybe_warn_about_overly_private_class PROTO ((tree));