ruby-changes:54398
From: samuel <ko1@a...>
Date: Fri, 28 Dec 2018 22:03:23 +0900 (JST)
Subject: [ruby-changes:54398] samuel:r66612 (trunk): Fix #endif annotation.
samuel 2018-12-28 22:03:18 +0900 (Fri, 28 Dec 2018) New Revision: 66612 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66612 Log: Fix #endif annotation. Modified files: trunk/cont.c Index: cont.c =================================================================== --- cont.c (revision 66611) +++ cont.c (revision 66612) @@ -1743,7 +1743,7 @@ fiber_store(rb_fiber_t *next_fib, rb_thr https://github.com/ruby/ruby/blob/trunk/cont.c#L1743 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/