зеркало из https://github.com/github/ruby.git
trivial fix r66778 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4e28fdf417
Коммит
ad0ba0dc27
|
@ -202,9 +202,9 @@ static rb_nativethread_cond_t mjit_gc_wakeup;
|
|||
static bool in_gc;
|
||||
// True when JIT is working.
|
||||
static bool in_jit;
|
||||
// Set to TRUE to stop worker.
|
||||
// Set to true to stop worker.
|
||||
static bool stop_worker_p;
|
||||
// Set to TRUE if worker is stopped.
|
||||
// Set to true if worker is stopped.
|
||||
static bool worker_stopped;
|
||||
|
||||
/* Path of "/tmp", which can be changed to $TMP in MinGW. */
|
||||
|
|
Загрузка…
Ссылка в новой задаче