diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-21 01:03:00 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-21 01:03:00 +0000 |
| commit | 71acab0ac811c28eb829639cf0b2f4f780caaa82 (patch) | |
| tree | 82f9c756f9ea2c7c1445807b65e6bd63f97ef0fb /hash.c | |
| parent | d369f0671b17cb34e6d3180f5b3205c9dd366af7 (diff) | |
* hash.c (recursive_hash): prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
| -rw-r--r-- | hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1607,6 +1607,7 @@ hash_i(key, val, hval) return ST_CONTINUE; } +static VALUE recursive_hash _((VALUE, VALUE, int)); static VALUE recursive_hash(hash, dummy, recur) VALUE hash; |
