dislose mrb_hash_keys; close #304

This commit is contained in:
Yukihiro Matsumoto
2012-06-21 16:27:16 +09:00
parent 9936ce997c
commit 766ae4ee5f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -965,7 +965,7 @@ mrb_hash_to_hash(mrb_state *mrb, mrb_value hash)
*
*/
static mrb_value
mrb_value
mrb_hash_keys(mrb_state *mrb, mrb_value hash)
{
khash_t(ht) *h = RHASH_TBL(hash);