aboutsummaryrefslogtreecommitdiffstats
path: root/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/complex.c b/complex.c
index 19d0c3c183..0a4f4aae22 100644
--- a/complex.c
+++ b/complex.c
@@ -1156,7 +1156,7 @@ nucomp_numerator(VALUE self)
static VALUE
nucomp_hash(VALUE self)
{
- long v, h[2];
+ st_index_t v, h[2];
VALUE n;
get_dat1(self);