fix AIX hints for PL_* changes
[p5sagit/p5-mst-13.2.git] / cop.h
diff --git a/cop.h b/cop.h
index aaa5720..9c8eae6 100644 (file)
--- a/cop.h
+++ b/cop.h
@@ -93,7 +93,7 @@ struct block_eval {
 
 #define PUSHEVAL(cx,n,fgv)                                             \
        cx->blk_eval.old_in_eval = PL_in_eval;                          \
-       cx->blk_eval.old_op_type = op->op_type;                         \
+       cx->blk_eval.old_op_type = PL_op->op_type;                              \
        cx->blk_eval.old_name = n;                                      \
        cx->blk_eval.old_eval_root = PL_eval_root;                              \
        cx->blk_eval.cur_text = PL_linestr;