diff options
author | Zefram <zefram@fysh.org> | 2010-10-04 22:19:08 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-12 12:52:12 -0700 |
commit | 2fcb4757c157c580cb9ddfcd3da7f1b3795d62a8 (patch) | |
tree | c1bd54a7dfc6549029adacc483327aa128f32dab /global.sym | |
parent | d056e33c1ea02abb0c031adb18b181624282ba3c (diff) | |
download | perl-2fcb4757c157c580cb9ddfcd3da7f1b3795d62a8.tar.gz |
APIify op list constructors
Put into the API op_append_elem, op_prepend_elem, and op_append_list. All
renamed from op_-less internal names. Parameter types for op_append_list
changed to match the rest of the op API and avoid some casting.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/global.sym b/global.sym index d7b479621c..11a2961518 100644 --- a/global.sym +++ b/global.sym @@ -408,11 +408,14 @@ Perl_new_version Perl_new_warnings_bitfield Perl_ninstr Perl_nothreadhook +Perl_op_append_elem +Perl_op_append_list Perl_op_clear Perl_op_contextualize Perl_op_dump Perl_op_free Perl_op_null +Perl_op_prepend_elem Perl_op_refcnt_lock Perl_op_refcnt_unlock Perl_pack_cat |