diff options
author | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-08 06:26:21 +0000 |
---|---|---|
committer | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-08 06:26:21 +0000 |
commit | 42274ff5860a41f180a356fec2efedf2f313a560 (patch) | |
tree | f08c7a6e8bfa0dae0f09d0ddc0c4fb29faf527a9 /vm_core.h | |
parent | 7cc97cfe092c43d9729412fde2e1aa54746f2307 (diff) |
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
Diffstat (limited to 'vm_core.h')
-rw-r--r-- | vm_core.h | 2 |
1 files changed, 1 insertions, 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 */ |