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 /pp_proto.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 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 1 |
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); |