mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm_core.h: conform C90
https://travis-ci.org/ruby/ruby/jobs/452230859 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7cc97cfe09
commit
42274ff586
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ typedef struct rb_thread_struct {
|
|||
enum {
|
||||
thread_invoke_type_none = 0,
|
||||
thread_invoke_type_proc,
|
||||
thread_invoke_type_func,
|
||||
thread_invoke_type_func
|
||||
} invoke_type;
|
||||
|
||||
/* statistics data for profiler */
|
||||
|
|
Loading…
Add table
Reference in a new issue