From: Mark Mitchell Date: Wed, 10 Mar 1999 12:17:47 +0000 (+0000) Subject: * search.c (assert_canonical_unmarked): Fix typo in prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e61a9d9525b97af480e78ce0d6effbcf2386edd;p=gcc.git * search.c (assert_canonical_unmarked): Fix typo in prototype. From-SVN: r25671 --- 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. */