From c36e3466a61d78908d0c86f5030e1b18073e77d3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 16 Oct 2014 00:17:44 +0000 Subject: cont.c: fix compile error * cont.c (rb_fiber_t): fix compile error caused by move to vm_core.h at r47964. [Feature #10341] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index 3c069e4945..a9fc030af2 100644 --- a/cont.c +++ b/cont.c @@ -153,7 +153,7 @@ typedef struct rb_fiber_struct { size_t ss_size; #endif #endif -} rb_fiber_t; +}; static const rb_data_type_t cont_data_type, fiber_data_type; static VALUE rb_cContinuation; -- cgit v1.2.3