From e5354de9f48f33be0abf247dce964c6331acbf72 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Fri, 22 May 2020 03:15:22 +0900 Subject: add static modifier for rb_hash_select_bang func --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') diff --git a/hash.c b/hash.c index 61b9c9a3cd..f4fc3dc04f 100644 --- a/hash.c +++ b/hash.c @@ -2854,7 +2854,7 @@ keep_if_i(VALUE key, VALUE value, VALUE hash) * Hash#filter! is an alias for Hash#select!. */ -VALUE +static VALUE rb_hash_select_bang(VALUE hash) { st_index_t n; -- cgit v1.2.3