diff options
Diffstat (limited to 'opnames.h')
-rw-r--r-- | opnames.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -381,10 +381,13 @@ typedef enum opcode { OP_LOCK = 363, OP_ONCE = 364, OP_CUSTOM = 365, + OP_REACH = 366, + OP_RKEYS = 367, + OP_RVALUES = 368, OP_max } opcode; -#define MAXO 366 +#define MAXO 369 #define OP_phoney_INPUT_ONLY -1 #define OP_phoney_OUTPUT_ONLY -2 |