summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
authorsamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-28 13:03:18 +0000
committersamuel <samuel@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-28 13:03:18 +0000
commit78e3cd2bb1827eba1367b1ec9f4a58bce146d26b (patch)
treef2fc1e028b793174e265925ff54ca2762275839e /cont.c
parent9ee79b658123a2a4af65c80484d1f91ce73354e2 (diff)
Fix #endif annotation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
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;