summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-24 00:58:23 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-10 21:54:18 -0700
commit4c5bab508cf172e32fdb9e8567ff635b6d783791 (patch)
tree08a82d6118e16e36ac060d2080661d41917234a8 /opnames.h
parent238ef7dc59bb442965485ccd157672eaccb98595 (diff)
downloadperl-4c5bab508cf172e32fdb9e8567ff635b6d783791.tar.gz
Add lvref 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 52c29b5eb4..5125e166ed 100644
--- a/opnames.h
+++ b/opnames.h
@@ -394,10 +394,11 @@ typedef enum opcode {
OP_CLONECV = 377,
OP_PADRANGE = 378,
OP_REFASSIGN = 379,
+ OP_LVREF = 380,
OP_max
} opcode;
-#define MAXO 380
+#define MAXO 381
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because