X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/254da51f7d4c7ed280895a23be679ad865ed467d..727d2dc697cf9ead796c79dda91b232e9c227b44:/opnames.h diff --git a/opnames.h b/opnames.h index 52c29b5..de230b5 100644 --- a/opnames.h +++ b/opnames.h @@ -394,10 +394,13 @@ typedef enum opcode { OP_CLONECV = 377, OP_PADRANGE = 378, OP_REFASSIGN = 379, + OP_LVREF = 380, + OP_LVREFSLICE = 381, + OP_LVAVREF = 382, OP_max } opcode; -#define MAXO 380 +#define MAXO 383 #define OP_FREED MAXO /* the OP_IS_* macros are optimized to a simple range check because