aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@gcc.gnu.org>2001-09-06 09:41:29 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2001-09-06 09:41:29 +0000
commit5234e23b11138cf83cc55185c79b5fe2918e1066 (patch)
tree8e128667e676dfbd210f41a4cd93c6db3fe6d06e /gcc
parent39e78d8bfc3694572557af874479c96ee259b067 (diff)
downloadgcc-5234e23b11138cf83cc55185c79b5fe2918e1066.zip
gcc-5234e23b11138cf83cc55185c79b5fe2918e1066.tar.gz
gcc-5234e23b11138cf83cc55185c79b5fe2918e1066.tar.bz2
oops, missed a bit in previous commit
From-SVN: r45436
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 78659c7..1526a05 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -191,7 +191,7 @@ static void force_canonical_binfo_r PARAMS ((tree, tree, tree, tree));
static void force_canonical_binfo PARAMS ((tree, tree, tree, tree));
static tree dfs_unshared_virtual_bases PARAMS ((tree, void *));
static void mark_primary_bases PARAMS ((tree));
-static tree mark_primary_virtual_base PARAMS ((tree, tree, tree));
+static tree mark_primary_virtual_base PARAMS ((tree, tree));
static void clone_constructors_and_destructors PARAMS ((tree));
static tree build_clone PARAMS ((tree, tree));
static void update_vtable_entry_for_fn PARAMS ((tree, tree, tree, tree *));