diff options
author | Ben Morrow <ben@morrow.me.uk> | 2010-10-11 06:19:44 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-12 12:52:12 -0700 |
commit | 5983a79d5f38082aa0cba7c8ab4e8a4472979e59 (patch) | |
tree | 6b646ac29871abe42e5e98a68ae59e8c4c13a7f8 /embed.fnc | |
parent | 2fcb4757c157c580cb9ddfcd3da7f1b3795d62a8 (diff) | |
download | perl-5983a79d5f38082aa0cba7c8ab4e8a4472979e59.tar.gz |
Add LINKLIST to the API.
Also rename the underlying function to op_linklist, to match the other
API op functions.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,6 +175,7 @@ Ap |int |Gv_AMupdate |NN HV* stash|bool destructing ApR |CV* |gv_handler |NULLOK HV* stash|I32 id Apd |OP* |op_append_elem |I32 optype|NULLOK OP* first|NULLOK OP* last Apd |OP* |op_append_list |I32 optype|NULLOK OP* first|NULLOK OP* last +Apd |OP* |op_linklist |NN OP *o Apd |OP* |op_prepend_elem|I32 optype|NULLOK OP* first|NULLOK OP* last : FIXME - this is only called by pp_chown. They should be merged. p |I32 |apply |I32 type|NN SV** mark|NN SV** sp @@ -637,7 +638,6 @@ EXp |void |op_clear |NN OP* o Ap |void |op_refcnt_lock Ap |void |op_refcnt_unlock #if defined(PERL_IN_OP_C) -s |OP* |linklist |NN OP *o s |OP* |listkids |NULLOK OP* o #endif : Used in S_doeval in pp_ctl.c |