summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-16 18:02:33 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-18 06:50:04 -0700
commitdeb8a388bf9e4429400eaf01ad745964d9d291d2 (patch)
treec87db314f335fc0d08b31031ac5ea892bedfa6c2 /opnames.h
parentb4d59f86ab96ed072d044892c514c6e5a96f4534 (diff)
downloadperl-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/opnames.h b/opnames.h
index 1e7ac3c93a..0bb9d816df 100644
--- a/opnames.h
+++ b/opnames.h
@@ -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