This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove op_pmnext from PMOPs, and instead store the list for reset as
authorNicholas Clark <nick@ccl4.org>
Fri, 6 Apr 2007 19:50:12 +0000 (19:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 6 Apr 2007 19:50:12 +0000 (19:50 +0000)
commitc2b1997a64b4faf9c52a72614bfeb0a1f6eeeba8
tree3a5106000929fc04e6f93fc2d6887d2a74f610fa
parent494364e0465f3123bb285c25f7aea65e01c763c4
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
embed.fnc
embed.h
ext/B/B.xs
op.c
op.h
sv.c