1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval.c (ruby_cleanup): fix type.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-12-02 21:45:49 +00:00
parent e59b9e9e43
commit cd13326a62

2
eval.c
View file

@ -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;