This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Net-Ping: add a sensible test note for the icmp ping test
[perl5.git] / opnames.h
index 26dfbaa..fd86d2a 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -386,10 +386,13 @@ typedef enum opcode {
        OP_RKEYS         = 369,
        OP_RVALUES       = 370,
        OP_COREARGS      = 371,
+       OP_RUNCV         = 372,
+       OP_FC            = 373,
        OP_max          
 } opcode;
 
-#define MAXO 372
+#define MAXO 374
+#define OP_FREED MAXO
 
 /* the OP_IS_* macros are optimized to a simple range check because
     all the member OPs are contiguous in regen/opcodes table.