summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-25 22:08:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-10 21:57:01 -0700
commit16b99412618208db59abd8d0e599334702e65a55 (patch)
treec1a6d801a0d79f82723f53b961e62f0ceabfc996 /opnames.h
parent6102323a2ca31b7c760d9a3b81cb1d3e3d551206 (diff)
downloadperl-16b99412618208db59abd8d0e599334702e65a55.tar.gz
Add lvrefslice op type
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/opnames.h b/opnames.h
index 5125e166ed..3a9be48220 100644
--- a/opnames.h
+++ b/opnames.h
@@ -395,10 +395,11 @@ typedef enum opcode {
OP_PADRANGE = 378,
OP_REFASSIGN = 379,
OP_LVREF = 380,
+ OP_LVREFSLICE = 381,
OP_max
} opcode;
-#define MAXO 381
+#define MAXO 382
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because