OSDN Git Service

oops, missed a bit in previous commit
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Sep 2001 09:41:29 +0000 (09:41 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Sep 2001 09:41:29 +0000 (09:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45436 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/class.c

index 78659c7..1526a05 100644 (file)
@@ -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 *));