Introduce Perl_utf8_length(). Use it.
[p5sagit/p5-mst-13.2.git] / thrdvar.h
index e4cfacc..06cfe72 100644 (file)
--- 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 */