summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-18 16:37:03 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-19 20:34:04 -0800
commitb77472f98ff245a83a062d4af8169d2fcbe089e6 (patch)
treecc7c1a1c7c69116ccc85c3b7522e8bbdf55f82f1 /opnames.h
parent956dfca8c907877d52b97e2ad0d2d29d5d1d8442 (diff)
downloadperl-b77472f98ff245a83a062d4af8169d2fcbe089e6.tar.gz
Add :const anon sub attribute
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 1d259a15dd..013350a765 100644
--- a/opnames.h
+++ b/opnames.h
@@ -401,10 +401,11 @@ typedef enum opcode {
OP_LVREF = 384,
OP_LVREFSLICE = 385,
OP_LVAVREF = 386,
+ OP_ANONCONST = 387,
OP_max
} opcode;
-#define MAXO 387
+#define MAXO 388
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because