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
This commit is contained in:
Kaveh R. Ghazi 1998-10-22 17:00:43 +00:00 committed by Kaveh Ghazi
parent 71f6a8e2e6
commit b056ad1c68
2 changed files with 6 additions and 1 deletions

View 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.

View 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;