mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
thread.c (vm_living_thread_num): constify vm arg
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb67e0bd9c
commit
ce70bff315
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -196,7 +196,7 @@ vm_check_ints_blocking(rb_execution_context_t *ec)
|
|||
}
|
||||
|
||||
static int
|
||||
vm_living_thread_num(rb_vm_t *vm)
|
||||
vm_living_thread_num(const rb_vm_t *vm)
|
||||
{
|
||||
return vm->living_thread_num;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue