summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorBrent Dax <brentdax@cpan.org>2002-07-25 22:41:52 -0700
committerhv <hv@crypt.org>2002-08-05 15:04:54 +0000
commitc963b151157dab5813a32fc6004b63916ad155e8 (patch)
treee88a528a16616c2f136f31b2c37b08e237b08799 /opnames.h
parentd73f34fb2db5664941bbe71b34c335b0ae3b50b3 (diff)
downloadperl-c963b151157dab5813a32fc6004b63916ad155e8.tar.gz
Defined-or patch (cleaned up)
From: "Brent Dax" <brentdax@cpan.org> Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue> p4raw-id: //depot/perl@17682
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/opnames.h b/opnames.h
index 437c85d519..2e654e1219 100644
--- a/opnames.h
+++ b/opnames.h
@@ -364,11 +364,13 @@ typedef enum opcode {
OP_THREADSV, /* 348 */
OP_SETSTATE, /* 349 */
OP_METHOD_NAMED,/* 350 */
- OP_CUSTOM, /* 351 */
+ OP_DOR, /* 351 */
+ OP_DORASSIGN, /* 352 */
+ OP_CUSTOM, /* 353 */
OP_max
} opcode;
-#define MAXO 352
+#define MAXO 354
#define OP_phoney_INPUT_ONLY -1
#define OP_phoney_OUTPUT_ONLY -2