summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'thrdvar.h')
-rw-r--r--thrdvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/thrdvar.h b/thrdvar.h
index 8e999fc62e..2dd74a69d8 100644
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -256,4 +256,8 @@ PERLVAR(i, struct thread_intern)
PERLVAR(trailing_nul, char) /* For the sake of thrsv and oursv */
PERLVAR(thr_done, bool) /* True when the thread has finished */
+
#endif /* USE_THREADS */
+
+PERLVAR(Treg_sv_utf8, bool) /* was what we matched against utf8 */
+