git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2019-01-12 12:39:41 +00:00
Родитель 4e28fdf417
Коммит ad0ba0dc27
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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. */