From 1e61a9d9525b97af480e78ce0d6effbcf2386edd Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Wed, 10 Mar 1999 12:17:47 +0000 Subject: [PATCH] * search.c (assert_canonical_unmarked): Fix typo in prototype. From-SVN: r25671 --- gcc/cp/ChangeLog | 2 ++ gcc/cp/search.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4ccda9ebcc7..d1c731c23cd 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 1999-03-10 Mark Mitchell + * search.c (assert_canonical_unmarked): Fix typo in prototype. + * search.c (dfs_canonical_queue): New function. (dfs_assert_unmarked_p): Likewise. (assert_canonical_unmarked): Likewise. diff --git a/gcc/cp/search.c b/gcc/cp/search.c index fecec217327..18269fa16ff 100644 --- a/gcc/cp/search.c +++ b/gcc/cp/search.c @@ -145,8 +145,8 @@ static tree dfs_accessible_p PROTO ((tree, void *)); static tree dfs_access_in_type PROTO ((tree, void *)); static tree access_in_type PROTO ((tree, tree)); static tree dfs_canonical_queue PROTO ((tree, void *)); -static tree dfs_assert_unmarked_P PROTO ((tree, void *)); -static tree assert_canonical_unmarked PROTO ((tree)); +static tree dfs_assert_unmarked_p PROTO ((tree, void *)); +static void assert_canonical_unmarked PROTO ((tree)); /* Allocate a level of searching. */ -- 2.30.2