* include/ruby/st.h (st_hash_func): use st_index_t.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-09-08 13:10:04 +00:00
parent 034414741e
commit 31b7ae00c0
21 changed files with 92 additions and 79 deletions

View file

@ -807,7 +807,7 @@ static VALUE
recursive_hash(VALUE s, VALUE dummy, int recur)
{
long i;
unsigned long h;
st_index_t h;
VALUE n;
if (recur) {