summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-08 06:26:21 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-08 06:26:21 +0000
commit42274ff5860a41f180a356fec2efedf2f313a560 (patch)
treef08c7a6e8bfa0dae0f09d0ddc0c4fb29faf527a9 /vm_core.h
parent7cc97cfe092c43d9729412fde2e1aa54746f2307 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index faab30b1d7..af9ec2b8ef 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -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 */