diff options
author | Zefram <zefram@fysh.org> | 2010-10-26 23:58:42 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-26 20:22:50 -0700 |
commit | 3ad73efd7b04b72db7f9f29e241e3ed4b806e132 (patch) | |
tree | f63fae393f602974377618f63eb869c7d1ef3e5e /global.sym | |
parent | 2c63ecadcb2533b7a53efa836736d86cb484d969 (diff) | |
download | perl-3ad73efd7b04b72db7f9f29e241e3ed4b806e132.tar.gz |
new API functions op_scope and op_lvalue
The function scope() goes into the API as op_scope(), and mod() goes
into the API as op_lvalue(). Both marked experimental, because their
behaviour is a little quirky and not trivially dequirkable.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global.sym b/global.sym index 692991dc08..8ed821e915 100644 --- a/global.sym +++ b/global.sym @@ -313,7 +313,6 @@ Perl_mg_magical Perl_mg_set Perl_mg_size Perl_mini_mktime -Perl_mod Perl_moreswitches Perl_mro_get_from_name Perl_mro_get_linear_isa @@ -414,10 +413,12 @@ Perl_op_contextualize Perl_op_dump Perl_op_free Perl_op_linklist +Perl_op_lvalue Perl_op_null Perl_op_prepend_elem Perl_op_refcnt_lock Perl_op_refcnt_unlock +Perl_op_scope Perl_pack_cat Perl_packlist Perl_pad_findmy |