summaryrefslogtreecommitdiff
path: root/pp_proto.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 /pp_proto.h
parentb4d59f86ab96ed072d044892c514c6e5a96f4534 (diff)
downloadperl-deb8a388bf9e4429400eaf01ad745964d9d291d2.tar.gz
Add coreargs op
&CORE::foo subs will use this operator for sorting out @_.
Diffstat (limited to 'pp_proto.h')
-rw-r--r--pp_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_proto.h b/pp_proto.h
index 2b01d6b0b6..5e19fc3120 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -42,6 +42,7 @@ PERL_CALLCONV OP *Perl_pp_concat(pTHX);
PERL_CALLCONV OP *Perl_pp_cond_expr(pTHX);
PERL_CALLCONV OP *Perl_pp_const(pTHX);
PERL_CALLCONV OP *Perl_pp_continue(pTHX);
+PERL_CALLCONV OP *Perl_pp_coreargs(pTHX);
PERL_CALLCONV OP *Perl_pp_crypt(pTHX);
PERL_CALLCONV OP *Perl_pp_dbmopen(pTHX);
PERL_CALLCONV OP *Perl_pp_dbstate(pTHX);