From 42274ff5860a41f180a356fec2efedf2f313a560 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Thu, 8 Nov 2018 06:26:21 +0000 Subject: [PATCH] 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 --- vm_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */