From 78e3cd2bb1827eba1367b1ec9f4a58bce146d26b Mon Sep 17 00:00:00 2001 From: samuel Date: Fri, 28 Dec 2018 13:03:18 +0000 Subject: Fix #endif annotation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66612 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 45277ebf18..ac4749230b 100644 --- a/cont.c +++ b/cont.c @@ -1743,7 +1743,7 @@ fiber_store(rb_fiber_t *next_fib, rb_thread_t *th) terminated_machine_stack.ptr = NULL; terminated_machine_stack.size = 0; } -#endif /* not _WIN32 */ +#endif /* MAX_MACHINE_STACK_CACHE */ fib = th->ec->fiber_ptr; if (fib->cont.argc == -1) rb_exc_raise(fib->cont.value); return fib->cont.value; -- cgit v1.2.3