aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-08 13:10:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-08 13:10:04 +0000
commit31b7ae00c05aef76416c767df92be45d62e9d06a (patch)
tree87743fd1893484f1af704d20e3695810ea21a893 /struct.c
parent034414741e4616f7a305f12fe36e1f9a6b0ff074 (diff)
downloadruby-31b7ae00c05aef76416c767df92be45d62e9d06a.tar.gz
* 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
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.c b/struct.c
index e87dddae42..463fa392b5 100644
--- a/struct.c
+++ b/struct.c
@@ -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) {