summaryrefslogtreecommitdiff
path: root/pp_proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-29 21:43:53 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-11 00:10:13 -0700
commit2882b3ff194c533cea5909d6f11ee4a911ef0f9e (patch)
tree7121e93147d6f220f05b3e7773adb1d6653f3257 /pp_proto.h
parent4b6cf48bb4558c51745baf834133575633be736a (diff)
downloadperl-2882b3ff194c533cea5909d6f11ee4a911ef0f9e.tar.gz
Add lvavref op type
This will be used for slurpy array ref assignments. \(@a) = \(@b) will make @a share the same elements as @b.
Diffstat (limited to 'pp_proto.h')
-rw-r--r--pp_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_proto.h b/pp_proto.h
index e7b92046f0..9a399645e4 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -145,6 +145,7 @@ PERL_CALLCONV OP *Perl_pp_listen(pTHX);
PERL_CALLCONV OP *Perl_pp_lock(pTHX);
PERL_CALLCONV OP *Perl_pp_lslice(pTHX);
PERL_CALLCONV OP *Perl_pp_lt(pTHX);
+PERL_CALLCONV OP *Perl_pp_lvavref(pTHX);
PERL_CALLCONV OP *Perl_pp_lvref(pTHX);
PERL_CALLCONV OP *Perl_pp_lvrefslice(pTHX);
PERL_CALLCONV OP *Perl_pp_mapwhile(pTHX);