summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-08-27 18:21:27 +0000
committerArtur Bergman <sky@nanisky.com>2001-08-27 18:21:27 +0000
commit438c221d2a8e6fa132b664b70062215bf9c6ef42 (patch)
treef6bbff6e0ad787fe5163fea9bd63dd33d8e2f49d /opnames.h
parent2ac1ef3d129ac2446fc0d2ea08ecbbd4bd583ff4 (diff)
downloadperl-438c221d2a8e6fa132b664b70062215bf9c6ef42.tar.gz
Regen headers
p4raw-id: //depot/perl@11760
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/opnames.h b/opnames.h
index ac726b9242..a6f576efda 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