summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-04-06 23:31:14 +0000
committerNicholas Clark <nick@ccl4.org>2007-04-06 23:31:14 +0000
commit29f2e9126439df904e8eb9163e136caf022dede1 (patch)
tree19b9f0f0af35aae0b6c655d66d42c7cd0659b47b /pp_ctl.c
parent0477511c8fa7fbe068dff644e8b8d94e2d5c78c9 (diff)
downloadperl-29f2e9126439df904e8eb9163e136caf022dede1.tar.gz
Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in
PMOP, as both pointers never need to be set at the same time. p4raw-id: //depot/perl@30860
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index e01d7e5ddd..63b7039257 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -302,7 +302,7 @@ PP(pp_substcont)
(void)ReREFCNT_inc(rx);
cx->sb_rxtainted |= RX_MATCH_TAINTED(rx);
rxres_save(&cx->sb_rxres, rx);
- RETURNOP(pm->op_pmreplstart);
+ RETURNOP(pm->op_pmstashstartu.op_pmreplstart);
}
void