From 9d93bc2b0bd01d47d9fd9dbc0c92abc71db33497 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 Oct 2009 01:17:27 +0000 Subject: * st.c (unpack_entries): fixed type. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.c') diff --git a/st.c b/st.c index fe8913bcc5..f99c1eef14 100644 --- a/st.c +++ b/st.c @@ -416,7 +416,7 @@ do {\ static void unpack_entries(register st_table *table) { - int i; + st_index_t i; struct st_table_entry *packed_bins[MAX_PACKED_NUMHASH*2]; st_table tmp_table = *table; -- cgit v1.2.3