Optimise if (%foo) to be faster than if(keys %foo)
[p5sagit/p5-mst-13.2.git] / opnames.h
index 3914ea8..f719633 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -380,10 +380,11 @@ typedef enum opcode {
        OP_LOCK          = 362,
        OP_ONCE          = 363,
        OP_CUSTOM        = 364,
+       OP_BOOLKEYS      = 365,
        OP_max          
 } opcode;
 
-#define MAXO 365
+#define MAXO 366
 #define OP_phoney_INPUT_ONLY -1
 #define OP_phoney_OUTPUT_ONLY -2