Re: Making IO::Socket pass test on Win32
[p5sagit/p5-mst-13.2.git] / thrdvar.h
index 5db1a33..34bd747 100644 (file)
--- a/thrdvar.h
+++ b/thrdvar.h
@@ -221,3 +221,8 @@ PERLVAR(Twatchok,   char *)
 
 PERLVAR(Treg_match_utf8,       bool)           /* was what we matched against utf8 */
 
+/* the currently active slab in a chain of slabs of regmatch states,
+ * and the currently active state within that slab */
+
+PERLVARI(Tregmatch_slab,       regmatch_slab *, NULL)
+PERLVAR(Tregmatch_state,       regmatch_state *)