This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge topic branch into blead
[perl5.git] / opnames.h
index 4b9bd8c..5502ba4 100644 (file)
--- 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