summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-06-30 22:29:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-15 22:44:52 -0700
commitac2170572dc0ca66736a1b979605ad983a4909a3 (patch)
tree7d7f9988809702136be5921f3eb8c7d86bc9db6d /opnames.h
parent8767b1ab5e2415da830be5abebbce9af2142fb86 (diff)
downloadperl-ac2170572dc0ca66736a1b979605ad983a4909a3.tar.gz
padcv op type
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 53699fd5d9..d8c9f64e0c 100644
--- a/opnames.h
+++ b/opnames.h
@@ -387,10 +387,11 @@ typedef enum opcode {
OP_COREARGS = 370,
OP_RUNCV = 371,
OP_FC = 372,
+ OP_PADCV = 373,
OP_max
} opcode;
-#define MAXO 373
+#define MAXO 374
#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because