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 8b6a39a..fd86d2a 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -392,6 +392,7 @@ typedef enum opcode {
 } opcode;
 
 #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.