From e61da89da7d0b6a51527e44217df841aec5c8638 Mon Sep 17 00:00:00 2001 From: ghazi Date: Thu, 22 Oct 1998 17:00:43 +0000 Subject: * splay-tree.c (splay_tree_foreach_helper): Make definition static to match prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23230 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/splay-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/splay-tree.c') 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; -- cgit v1.2.1