aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index acfe8e93d5..5fe00e13e7 100644
--- a/eval.c
+++ b/eval.c
@@ -129,7 +129,7 @@ ruby_cleanup(volatile int ex)
int nerr;
void rb_threadptr_interrupt(rb_thread_t *th);
void rb_threadptr_check_signal(rb_thread_t *mth);
- int i;
+ long i;
rb_vm_t *vm = GET_VM();
VALUE ary = (VALUE)&vm->at_exit;