mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 07:50:27 +08:00
* search.c (assert_canonical_unmarked): Fix typo in prototype.
From-SVN: r25671
This commit is contained in:
parent
66c0b347bc
commit
1e61a9d952
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user