* 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

@ -204,7 +204,7 @@ range_eql(VALUE range, VALUE obj)
static VALUE
recursive_hash(VALUE range, VALUE dummy, int recur)
{
unsigned long hash = EXCL(range);
st_index_t hash = EXCL(range);
VALUE v;
if (recur) {