under ithreads, which is different from the curpad
used by the XSUB. (In other words, the code as-is
before this patch wouldn't work under ithreads.)
From Sarathy.
p4raw-id: //depot/perl@6776
if (rx)
sv_setpvn(ST(0), rx->precomp, rx->prelen);
-#define SVOP_sv(o) cSVOPo_sv
-#define SVOP_gv(o) cGVOPo_gv
+#define SVOP_sv(o) cSVOPo->op_sv
+#define SVOP_gv(o) ((GV*)cSVOPo->op_sv)
MODULE = B PACKAGE = B::SVOP PREFIX = SVOP_