From b056ad1c6848131a5dd7e38c46cfe75934e9424b Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Thu, 22 Oct 1998 17:00:43 +0000 Subject: [PATCH] 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 --- libiberty/ChangeLog | 5 +++++ libiberty/splay-tree.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 655edb86f60..e533323d7fb 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 22 19:58:43 1998 Kaveh R. Ghazi + + * splay-tree.c (splay_tree_foreach_helper): Make definition static + to match prototype. + 1998-10-21 Mark Mitchell * splay-tree.c: New file. diff --git a/libiberty/splay-tree.c b/libiberty/splay-tree.c index ed48116c063..22dd267f573 100644 --- a/libiberty/splay-tree.c +++ b/libiberty/splay-tree.c @@ -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; -- 2.30.2