diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-06-30 22:29:28 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-15 22:44:52 -0700 |
commit | ac2170572dc0ca66736a1b979605ad983a4909a3 (patch) | |
tree | 7d7f9988809702136be5921f3eb8c7d86bc9db6d /opnames.h | |
parent | 8767b1ab5e2415da830be5abebbce9af2142fb86 (diff) | |
download | perl-ac2170572dc0ca66736a1b979605ad983a4909a3.tar.gz |
padcv op type
Diffstat (limited to 'opnames.h')
-rw-r--r-- | opnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |