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 /embed.fnc | |
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 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1195,6 +1195,7 @@ pR |OP* |ck_trunc |NN OP *o pR |OP* |ck_unpack |NN OP *o sRn |bool |is_handle_constructor|NN const OP *o|I32 numargs sR |I32 |is_list_assignment|NULLOK const OP *o +s |void |forget_pmop |NN PMOP *const o|U32 flags s |void |cop_free |NN COP *cop s |OP* |modkids |NULLOK OP *o|I32 type s |OP* |scalarboolean |NN OP *o |