t/io/binmode.t
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index f84f384..4fa7374 100644 (file)
@@ -475,11 +475,18 @@ PERLVAR(Inumeric_radix_sv,        SV *)   /* The radix separator if not '.' */
 
 #endif
 
-/* New variables must be added to the very end for binary compatibility.
- * XSUB.h provides wrapper functions via perlapi.h that make this
- * irrelevant, but not all code may be expected to #include XSUB.h. */
-
 #if defined(USE_ITHREADS)
-PERLVAR(Iclone_callbacks, AV*)  /* used for collecting callbacks during perl_clone*/
+PERLVAR(Iregex_pad,     SV**)          /* All regex objects */
+PERLVAR(Iregex_padav,   AV*)           /* All regex objects */
+
+#ifdef USE_REENTRANT_API
+PERLVAR(Ireentrant_buffer, REBUF*)     /* here we store the _r buffers */
 #endif
 
+#endif
+
+PERLVAR(Isavebegin,     bool)  /* save BEGINs for compiler     */
+
+/* New variables must be added to the very end for binary compatibility.
+ * XSUB.h provides wrapper functions via perlapi.h that make this
+ * irrelevant, but not all code may be expected to #include XSUB.h. */