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:
parent
e59b9e9e43
commit
cd13326a62
1 changed files with 1 additions and 1 deletions
2
eval.c
2
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue