1
0
Fork 0
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:
k0kubun 2018-11-08 06:26:21 +00:00
parent 7cc97cfe09
commit 42274ff586

View file

@ -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 */