diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-16 18:02:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-18 06:50:04 -0700 |
commit | deb8a388bf9e4429400eaf01ad745964d9d291d2 (patch) | |
tree | c87db314f335fc0d08b31031ac5ea892bedfa6c2 /opnames.h | |
parent | b4d59f86ab96ed072d044892c514c6e5a96f4534 (diff) | |
download | perl-deb8a388bf9e4429400eaf01ad745964d9d291d2.tar.gz |
Add coreargs op
&CORE::foo subs will use this operator for sorting out @_.
Diffstat (limited to 'opnames.h')
-rw-r--r-- | opnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -385,10 +385,11 @@ typedef enum opcode { OP_REACH = 368, OP_RKEYS = 369, OP_RVALUES = 370, + OP_COREARGS = 371, OP_max } opcode; -#define MAXO 371 +#define MAXO 372 /* the OP_IS_(SOCKET|FILETEST) macros are optimized to a simple range check because all the member OPs are contiguous in opcode.pl |