Readability nit from Abhijit.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 6447b27..4e92302 100644 (file)
@@ -478,6 +478,11 @@ PERLVAR(Inumeric_radix_sv, SV *)   /* The radix separator if not '.' */
 #if defined(USE_ITHREADS)
 PERLVAR(Iregex_pad,     SV**)    /* All regex objects */
 PERLVAR(Iregex_padav,   AV*)    /* All regex objects */
+
+#ifdef USE_REENTRANT_API
+PERLVAR(Ireentrant_buffer, REBUF*) /* were we store _r buffers */
+#endif
+
 #endif
 
 /* New variables must be added to the very end for binary compatibility.