add static modifier for rb_hash_select_bang func

This commit is contained in:
S-H-GAMELINKS 2020-05-22 03:15:22 +09:00 коммит произвёл Koichi Sasada
Родитель 7c4e085938
Коммит e5354de9f4
1 изменённых файлов: 1 добавлений и 1 удалений

2
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;