Mingw32 PERL_OBJECT tweaks
[p5sagit/p5-mst-13.2.git] / pp_hot.c
index cca05f7..823da44 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -284,7 +284,7 @@ PP(pp_pushre)
     Copy(&PL_op, &LvTARGOFF(sv), 1, OP*);
     XPUSHs(sv);
 #else
-    XPUSHs((SV*)op);
+    XPUSHs((SV*)PL_op);
 #endif
     RETURN;
 }
@@ -957,7 +957,7 @@ play_it_again:
            goto play_it_again;
        }
        else if (!iters)
-           XPUSHs(&sv_yes);
+           XPUSHs(&PL_sv_yes);
        LEAVE_SCOPE(oldsave);
        RETURN;
     }