From 31b7ae00c05aef76416c767df92be45d62e9d06a 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@24792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index e16b95c93a..646027826b 100644 --- a/numeric.c +++ b/numeric.c @@ -936,7 +936,7 @@ static VALUE flo_hash(VALUE num) { double d; - int hash; + st_index_t hash; d = RFLOAT_VALUE(num); /* normalize -0.0 to 0.0 */ -- cgit v1.2.3