make mrb_hash_keys() non static function

This commit is contained in:
Yukihiro Matz Matsumoto
2012-11-14 14:42:21 +09:00
parent 1cd9d7e40a
commit 3eeef30618
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);