Change 11288 by jhi@alpha on 2001/07/12 03:45:11

        Needed by #11283.

Affected files ...

... //depot/perl/intrpvar.h#81 edit

Differences ...

==== //depot/perl/intrpvar.h#81 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h.~1~ Wed Jul 11 22:00:05 2001
+++ perl/intrpvar.h     Wed Jul 11 22:00:05 2001
@@ -479,9 +479,12 @@
 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.
  * XSUB.h provides wrapper functions via perlapi.h that make this
  * irrelevant, but not all code may be expected to #include XSUB.h. */
End of Patch.

Reply via email to