From deb8a388bf9e4429400eaf01ad745964d9d291d2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 16 Aug 2011 18:02:33 -0700 Subject: Add coreargs op &CORE::foo subs will use this operator for sorting out @_. --- pp_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pp_proto.h') 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); -- cgit v1.2.1