diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-20 01:38:04 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-20 01:38:04 +0000 |
commit | 3f075b9ac9063a037456a2828a9478cc323fdb2e (patch) | |
tree | 812149ffc2ca8d55635c534f9f51895c1130141d /hash.c | |
parent | c1c101e752f483d4956f66fd567ec86d0274899a (diff) | |
download | ruby-3f075b9ac9063a037456a2828a9478cc323fdb2e.tar.gz |
rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -613,6 +613,7 @@ rb_hash_key(hash, value) return args[1]; } +/* :nodoc: */ static VALUE rb_hash_index(hash, value) VALUE hash, value; |