X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opnames.h;h=a6f576efda6f9de43fed781bf5e524aba0cc13cb;hb=53d7eaa81952a67657b7bc981fed8fadac42788d;hp=ac726b9242053d9f1938e688cc3e473add2865d7;hpb=847a5fae45dac396d0f9e1bb61d5b4ff9d94cdcd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opnames.h b/opnames.h index ac726b9..a6f576e 100644 --- a/opnames.h +++ b/opnames.h @@ -355,10 +355,11 @@ typedef enum opcode { OP_THREADSV, /* 348 */ OP_SETSTATE, /* 349 */ OP_METHOD_NAMED,/* 350 */ + OP_CUSTOM, /* 351 */ OP_max } opcode; -#define MAXO 351 +#define MAXO 352 #define OP_phoney_INPUT_ONLY -1 #define OP_phoney_OUTPUT_ONLY -2