add missing file from change#1943
[p5sagit/p5-mst-13.2.git] / run.c
diff --git a/run.c b/run.c
index b2acf99..97444ec 100644 (file)
--- a/run.c
+++ b/run.c
@@ -17,7 +17,7 @@
  */
 
 #ifdef PERL_OBJECT
-#define CALLOP this->*op
+#define CALLOP this->*PL_op
 #else
 #define CALLOP *PL_op
 #endif