mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix #endif annotation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ee79b6581
commit
78e3cd2bb1
1 changed files with 1 additions and 1 deletions
2
cont.c
2
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.ptr = NULL;
|
||||||
terminated_machine_stack.size = 0;
|
terminated_machine_stack.size = 0;
|
||||||
}
|
}
|
||||||
#endif /* not _WIN32 */
|
#endif /* MAX_MACHINE_STACK_CACHE */
|
||||||
fib = th->ec->fiber_ptr;
|
fib = th->ec->fiber_ptr;
|
||||||
if (fib->cont.argc == -1) rb_exc_raise(fib->cont.value);
|
if (fib->cont.argc == -1) rb_exc_raise(fib->cont.value);
|
||||||
return fib->cont.value;
|
return fib->cont.value;
|
||||||
|
|
Loading…
Reference in a new issue