]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
splay-tree.c (splay_tree_foreach_helper): Make definition static to match prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 22 Oct 1998 17:00:43 +0000 (17:00 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 22 Oct 1998 17:00:43 +0000 (17:00 +0000)
        * splay-tree.c (splay_tree_foreach_helper): Make definition static
        to match prototype.

From-SVN: r23230

libiberty/ChangeLog
libiberty/splay-tree.c

index 655edb86f60c91168589a9ed2dd2b2356f635ce8..e533323d7fba5e80fe38b50cbab7da2374c8be47 100644 (file)
@@ -1,3 +1,8 @@
+Thu Oct 22 19:58:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * splay-tree.c (splay_tree_foreach_helper): Make definition static
+       to match prototype.
+
 1998-10-21  Mark Mitchell  <mark@markmitchell.com>
 
        * splay-tree.c: New file.
index ed48116c0633a50b1f80f47a90117a9f53450ac0..22dd267f573b4ea793851175f3472f56d4a0681c 100644 (file)
@@ -195,7 +195,7 @@ splay_tree_splay (sp, key)
    returns a non-zero value, the iteration ceases immediately, and the
    value is returned.  Otherwise, this function returns 0.  */
 
-int
+static int
 splay_tree_foreach_helper (sp, node, fn, data)
      splay_tree sp;
      splay_tree_node node;