Re: [PATCH] Cleanup of the regexp API
[p5sagit/p5-mst-13.2.git] / pp_hot.c
index 0fcec7e..7c6e1e3 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -1159,7 +1159,7 @@ PP(pp_qr)
     dVAR; dSP;
     register PMOP * const pm = cPMOP;
     REGEXP * rx = PM_GETRE(pm);
-    SV * const pkg = CALLREG_QRPKG(rx);
+    SV * const pkg = CALLREG_PACKAGE(rx);
     SV * const rv = sv_newmortal();
     SV * const sv = newSVrv(rv, SvPV_nolen(pkg));
     if (rx->extflags & RXf_TAINTED)