aboutsummaryrefslogtreecommitdiff
path: root/libiberty/splay-tree.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-10-22 17:00:43 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-10-22 17:00:43 +0000
commitb056ad1c6848131a5dd7e38c46cfe75934e9424b (patch)
tree2d23711173c3ac49a8f30ddb2a3dacc5b13467e9 /libiberty/splay-tree.c
parent71f6a8e2e69c2e8625a18afa9318638e87a6197d (diff)
downloadgcc-b056ad1c6848131a5dd7e38c46cfe75934e9424b.zip
gcc-b056ad1c6848131a5dd7e38c46cfe75934e9424b.tar.gz
gcc-b056ad1c6848131a5dd7e38c46cfe75934e9424b.tar.bz2
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
Diffstat (limited to 'libiberty/splay-tree.c')
-rw-r--r--libiberty/splay-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/splay-tree.c b/libiberty/splay-tree.c
index ed48116..22dd267 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;