diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-25 22:08:15 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-10 21:57:01 -0700 |
commit | 16b99412618208db59abd8d0e599334702e65a55 (patch) | |
tree | c1a6d801a0d79f82723f53b961e62f0ceabfc996 /regen/opcodes | |
parent | 6102323a2ca31b7c760d9a3b81cb1d3e3d551206 (diff) | |
download | perl-16b99412618208db59abd8d0e599334702e65a55.tar.gz |
Add lvrefslice op type
Diffstat (limited to 'regen/opcodes')
-rw-r--r-- | regen/opcodes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/opcodes b/regen/opcodes index 0278fa551b..065831c7c5 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -555,3 +555,4 @@ clonecv private subroutine ck_null d0 padrange list of private variables ck_null d0 refassign lvalue ref assignment ck_refassign d2 lvref lvalue ref assignment ck_null d1 +lvrefslice lvalue ref assignment ck_null d@ |