X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opnames.h;h=0f1e98f4b1468e1e40570e9ed0240ac31235fdce;hb=6137113dfd943e6f896f8b9c1a4df2b7d4e355ae;hp=16b2f02278268bdb85108edfa0ce9f80afe3e74d;hpb=4c80c0b28d91ade6a9768a49b70f648aabec579b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opnames.h b/opnames.h index 16b2f02..0f1e98f 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) 1999, 2000, 2001, 2002, 2003, 2004, by Larry Wall and others + * + * 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,13 @@ typedef enum opcode { OP_THREADSV, /* 348 */ OP_SETSTATE, /* 349 */ OP_METHOD_NAMED,/* 350 */ + OP_DOR, /* 351 */ + OP_DORASSIGN, /* 352 */ + OP_CUSTOM, /* 353 */ OP_max } opcode; -#define MAXO 351 +#define MAXO 354 #define OP_phoney_INPUT_ONLY -1 #define OP_phoney_OUTPUT_ONLY -2