diff options
author | glass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-29 13:06:34 +0000 |
---|---|---|
committer | glass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-29 13:06:34 +0000 |
commit | 3118deb3ee40e7b1bc814482de1679ff2c0b9f97 (patch) | |
tree | 8f1f38abc0a631b632b7920feaedd0962e13e0ab /hash.c | |
parent | cff03715fff4e3fd9255afc41b6d3fa8c7d72089 (diff) | |
download | ruby-3118deb3ee40e7b1bc814482de1679ff2c0b9f97.tar.gz |
* hash.c (rb_hash_compare_by_id): add function prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2288,6 +2288,8 @@ rb_hash_flatten(int argc, VALUE *argv, VALUE hash) return ary; } +static VALUE rb_hash_compare_by_id_p(VALUE hash); + /* * call-seq: * hsh.compare_by_identity -> hsh |