aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
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) {