Commit 1e61a9d9 by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r25671
parent 66c0b347
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment