From b77472f98ff245a83a062d4af8169d2fcbe089e6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 18 Jan 2015 16:37:03 -0800 Subject: Add :const anon sub attribute --- 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 074f4ab8a3..bbf6cf5f76 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -16,6 +16,7 @@ PERL_CALLCONV OP *Perl_pp_akeys(pTHX); PERL_CALLCONV OP *Perl_pp_alarm(pTHX); PERL_CALLCONV OP *Perl_pp_and(pTHX); PERL_CALLCONV OP *Perl_pp_anoncode(pTHX); +PERL_CALLCONV OP *Perl_pp_anonconst(pTHX); PERL_CALLCONV OP *Perl_pp_anonhash(pTHX); PERL_CALLCONV OP *Perl_pp_anonlist(pTHX); PERL_CALLCONV OP *Perl_pp_aslice(pTHX); -- cgit v1.2.1