ruby-changes:54583
From: kazu <ko1@a...>
Date: Sat, 12 Jan 2019 21:39:47 +0900 (JST)
Subject: [ruby-changes:54583] kazu:r66798 (trunk): trivial fix r66778 [ci skip]
kazu 2019-01-12 21:39:41 +0900 (Sat, 12 Jan 2019) New Revision: 66798 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66798 Log: trivial fix r66778 [ci skip] Modified files: trunk/mjit_worker.c Index: mjit_worker.c =================================================================== --- mjit_worker.c (revision 66797) +++ mjit_worker.c (revision 66798) @@ -202,9 +202,9 @@ static rb_nativethread_cond_t mjit_gc_wa https://github.com/ruby/ruby/blob/trunk/mjit_worker.c#L202 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. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/