X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/13f89586fe60fad5f4be3e8b89d5e605a7552658..ba58de910524e90d3927b06d55027610bf1c607b:/opnames.h diff --git a/opnames.h b/opnames.h index 4b9bd8c..5502ba4 100644 --- a/opnames.h +++ b/opnames.h @@ -390,10 +390,11 @@ typedef enum opcode { OP_PADCV = 373, OP_INTROCV = 374, OP_CLONECV = 375, + OP_PADRANGE = 376, OP_max } opcode; -#define MAXO 376 +#define MAXO 377 #define OP_FREED MAXO /* the OP_IS_* macros are optimized to a simple range check because