diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-18 16:37:03 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-19 20:34:04 -0800 |
commit | b77472f98ff245a83a062d4af8169d2fcbe089e6 (patch) | |
tree | cc7c1a1c7c69116ccc85c3b7522e8bbdf55f82f1 /pp_proto.h | |
parent | 956dfca8c907877d52b97e2ad0d2d29d5d1d8442 (diff) | |
download | perl-b77472f98ff245a83a062d4af8169d2fcbe089e6.tar.gz |
Add :const anon sub attribute
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 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); |