From 244398acccc1068be3ec7518ee53ad159dafc88e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 8 Sep 2009 13:10:04 +0000 Subject: * include/ruby/st.h (st_hash_func): use st_index_t. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- complex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'complex.c') diff --git a/complex.c b/complex.c index 19d0c3c18..0a4f4aae2 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); -- cgit