From 2882b3ff194c533cea5909d6f11ee4a911ef0f9e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 29 Sep 2014 21:43:53 -0700 Subject: Add lvavref op type This will be used for slurpy array ref assignments. \(@a) = \(@b) will make @a share the same elements as @b. --- pp_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pp_proto.h') 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); -- cgit v1.2.1