X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thrdvar.h;h=06cfe729a63be6861e6abb29a4e387f7812d2365;hb=b76347f2eb34c85a0a38543b2f57ca474fedab4d;hp=e4cfacc06caf8999df1dd59b4553320c5806700f;hpb=14dd3ad8c9bf82cf09798a22cc89a9862dfd6d1a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/thrdvar.h b/thrdvar.h index e4cfacc..06cfe72 100644 --- a/thrdvar.h +++ b/thrdvar.h @@ -236,5 +236,5 @@ PERLVAR(i, struct thread_intern) #endif PERLVAR(trailing_nul, char) /* For the sake of thrsv and oursv */ - +PERLVAR(thr_done, bool) /* True when the thread has finished */ #endif /* USE_THREADS */