diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-04-06 23:31:14 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-04-06 23:31:14 +0000 |
commit | 29f2e9126439df904e8eb9163e136caf022dede1 (patch) | |
tree | 19b9f0f0af35aae0b6c655d66d42c7cd0659b47b /pp_ctl.c | |
parent | 0477511c8fa7fbe068dff644e8b8d94e2d5c78c9 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |