Pacify signed warning; ref #3565

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-04-01 18:41:55 +09:00
parent dcbfe71625
commit 56322cd5dd
+2 -1
View File
@@ -750,7 +750,8 @@ MRB_API mrb_value
mrb_hash_keys(mrb_state *mrb, mrb_value hash)
{
khash_t(ht) *h = RHASH_TBL(hash);
khiter_t k, end;
khiter_t k;
mrb_int end;
mrb_value ary;
mrb_value *p;