From b77472f98ff245a83a062d4af8169d2fcbe089e6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 18 Jan 2015 16:37:03 -0800 Subject: Add :const anon sub attribute --- opnames.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opnames.h') 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 -- cgit v1.2.1