* search.c (assert_canonical_unmarked): Fix typo in prototype.
authorMark Mitchell <mark@markmitchell.com>
Wed, 10 Mar 1999 12:17:47 +0000 (12:17 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 10 Mar 1999 12:17:47 +0000 (12:17 +0000)
From-SVN: r25671

gcc/cp/ChangeLog
gcc/cp/search.c

index 4ccda9ebcc7c43b94dda0d720ce062d10cc88ec3..d1c731c23cd0582b02ad6a781ea23fdda9448da7 100644 (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.
index fecec21732766d7df9874dbdbda79c00c17d8aef..18269fa16fffa8e452b7d5bba2e6d0a7da09e0d4 100644 (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.  */