* 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:
eban 2003-07-10 03:08:08 +00:00
Родитель 570befe608
Коммит d65dab3dfb
1 изменённых файлов: 2 добавлений и 1 удалений

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)