add static modifier for rb_hash_select func

This commit is contained in:
S-H-GAMELINKS 2020-05-22 03:14:40 +09:00 committed by Koichi Sasada
parent cbd45af2a9
commit 7c4e085938
Notes: git 2020-05-22 11:51:57 +09:00

2
hash.c
View File

@ -2819,7 +2819,7 @@ select_i(VALUE key, VALUE value, VALUE result)
* Hash#filter is an alias for Hash#select.
*/
VALUE
static VALUE
rb_hash_select(VALUE hash)
{
VALUE result;