From 262309092c2de925e7ae4a527174f8dc2a0ec7b7 Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Thu, 11 Jun 2015 17:24:13 +0100 Subject: Delete experimental autoderef feature --- opnames.h | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'opnames.h') diff --git a/opnames.h b/opnames.h index c225ac42c0..065c1a858f 100644 --- a/opnames.h +++ b/opnames.h @@ -395,25 +395,22 @@ typedef enum opcode { OP_LOCK = 378, OP_ONCE = 379, OP_CUSTOM = 380, - OP_REACH = 381, - OP_RKEYS = 382, - OP_RVALUES = 383, - OP_COREARGS = 384, - OP_RUNCV = 385, - OP_FC = 386, - OP_PADCV = 387, - OP_INTROCV = 388, - OP_CLONECV = 389, - OP_PADRANGE = 390, - OP_REFASSIGN = 391, - OP_LVREF = 392, - OP_LVREFSLICE = 393, - OP_LVAVREF = 394, - OP_ANONCONST = 395, + OP_COREARGS = 381, + OP_RUNCV = 382, + OP_FC = 383, + OP_PADCV = 384, + OP_INTROCV = 385, + OP_CLONECV = 386, + OP_PADRANGE = 387, + OP_REFASSIGN = 388, + OP_LVREF = 389, + OP_LVREFSLICE = 390, + OP_LVAVREF = 391, + OP_ANONCONST = 392, OP_max } opcode; -#define MAXO 396 +#define MAXO 393 #define OP_FREED MAXO /* the OP_IS_* macros are optimized to a simple range check because -- cgit v1.2.1