X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opnames.h;h=437c85d519c3fdee1d6c6978e1849f7b2066bc32;hb=15e9f109c1a7f45bb9cf5e6903b016938a1441e8;hp=ac726b9242053d9f1938e688cc3e473add2865d7;hpb=847a5fae45dac396d0f9e1bb61d5b4ff9d94cdcd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opnames.h b/opnames.h index ac726b9..437c85d 100644 --- a/opnames.h +++ b/opnames.h @@ -1,7 +1,16 @@ -/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - This file is built by opcode.pl from its data. Any changes made here - will be lost! -*/ +/* + * opnames.h + * + * Copyright (c) 1997-2002, Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + * + * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! + * This file is built by opcode.pl from its data. Any changes made here + * will be lost! + */ typedef enum opcode { OP_NULL, /* 0 */ @@ -355,10 +364,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