Commit b056ad1c by Kaveh R. Ghazi Committed by Kaveh Ghazi

splay-tree.c (splay_tree_foreach_helper): Make definition static to match prototype.

        * splay-tree.c (splay_tree_foreach_helper): Make definition static
        to match prototype.

From-SVN: r23230
parent 71f6a8e2
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> 1998-10-21 Mark Mitchell <mark@markmitchell.com>
* splay-tree.c: New file. * splay-tree.c: New file.
......
...@@ -195,7 +195,7 @@ splay_tree_splay (sp, key) ...@@ -195,7 +195,7 @@ splay_tree_splay (sp, key)
returns a non-zero value, the iteration ceases immediately, and the returns a non-zero value, the iteration ceases immediately, and the
value is returned. Otherwise, this function returns 0. */ value is returned. Otherwise, this function returns 0. */
int static int
splay_tree_foreach_helper (sp, node, fn, data) splay_tree_foreach_helper (sp, node, fn, data)
splay_tree sp; splay_tree sp;
splay_tree_node node; splay_tree_node node;
......
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