Message-ID: <Pine.LNX.4.21.
0106210518210.2479-100000@oregonnet.com>
p4raw-id: //depot/perl@10771
MAGIC *mg = Null(MAGIC*);
tmpstr = POPs;
+
+ /* prevent recompiling under /o and ithreads. */
+#if defined(USE_ITHREADS) || defined(USE_THREADS)
+ if (pm->op_pmflags & PMf_KEEP && PM_GETRE(pm))
+ RETURN;
+#endif
+
if (SvROK(tmpstr)) {
SV *sv = SvRV(tmpstr);
if(SvMAGICAL(sv))