summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-07 04:26:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-07 04:26:53 +0000
commit5bec2d8ccdfafa6c2ae7ae93e436cacabddb8d0d (patch)
treecbf95a9a3db82e5b6efb73bbe2de0c408de69750 /hash.c
parentc8221b4cb6e39d6f022d50a744a1e337941dfc40 (diff)
hash.c: make rb_hash_keys extern
* hash.c (rb_hash_keys): make an internal public function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 007508a3c5..61f64101d3 100644
--- a/hash.c
+++ b/hash.c
@@ -1756,7 +1756,7 @@ keys_i(VALUE key, VALUE value, VALUE ary)
*
*/
-static VALUE
+VALUE
rb_hash_keys(VALUE hash)
{
VALUE keys;