diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-04-06 19:50:12 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-04-06 19:50:12 +0000 |
commit | c2b1997a64b4faf9c52a72614bfeb0a1f6eeeba8 (patch) | |
tree | 3a5106000929fc04e6f93fc2d6887d2a74f610fa /ext | |
parent | 494364e0465f3123bb285c25f7aea65e01c763c4 (diff) | |
download | perl-c2b1997a64b4faf9c52a72614bfeb0a1f6eeeba8.tar.gz |
Remove op_pmnext from PMOPs, and instead store the list for reset as
an array hanging from the mg_ptr of the symbol table magic.
(Previously the linked list head was in the mg_obj member)
p4raw-id: //depot/perl@30853
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/B.xs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs index 12eb6a3309..9d62ff27ee 100644 --- a/ext/B/B.xs +++ b/ext/B/B.xs @@ -1016,10 +1016,14 @@ B::OP PMOP_pmreplstart(o) B::PMOP o +#if PERL_VERSION < 9 + B::PMOP PMOP_pmnext(o) B::PMOP o +#endif + #ifdef USE_ITHREADS IV |