* search.c (assert_canonical_unmarked): Fix typo in prototype.

From-SVN: r25671
This commit is contained in:
Mark Mitchell 1999-03-10 12:17:47 +00:00 committed by Mark Mitchell
parent 66c0b347bc
commit 1e61a9d952
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
1999-03-10 Mark Mitchell <mark@markmitchell.com>
* 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.

View File

@ -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. */