mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* 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:
parent
034414741e
commit
31b7ae00c0
21 changed files with 92 additions and 79 deletions
2
range.c
2
range.c
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue