зеркало из https://github.com/github/ruby.git
* eval.c (rb_thread_schedule): parse error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
570befe608
Коммит
d65dab3dfb
3
eval.c
3
eval.c
|
@ -8450,7 +8450,6 @@ rb_thread_schedule()
|
|||
rb_thread_t curr;
|
||||
int found = 0;
|
||||
|
||||
if (ruby_in_compile) abort();
|
||||
fd_set readfds;
|
||||
fd_set writefds;
|
||||
fd_set exceptfds;
|
||||
|
@ -8460,6 +8459,8 @@ rb_thread_schedule()
|
|||
int need_select = 0;
|
||||
int select_timeout = 0;
|
||||
|
||||
if (ruby_in_compile) abort();
|
||||
|
||||
rb_thread_pending = 0;
|
||||
if (curr_thread == curr_thread->next
|
||||
&& curr_thread->status == THREAD_RUNNABLE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче