This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #113750] re.pm clobbers $_
[perl5.git] / opnames.h
index 5d855ec..8b6a39a 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -387,10 +387,11 @@ typedef enum opcode {
        OP_RVALUES       = 370,
        OP_COREARGS      = 371,
        OP_RUNCV         = 372,
+       OP_FC            = 373,
        OP_max          
 } opcode;
 
-#define MAXO 373
+#define MAXO 374
 
 /* the OP_IS_* macros are optimized to a simple range check because
     all the member OPs are contiguous in regen/opcodes table.