summaryrefslogtreecommitdiff
path: root/pp_proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-18 16:37:03 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-19 20:34:04 -0800
commitb77472f98ff245a83a062d4af8169d2fcbe089e6 (patch)
treecc7c1a1c7c69116ccc85c3b7522e8bbdf55f82f1 /pp_proto.h
parent956dfca8c907877d52b97e2ad0d2d29d5d1d8442 (diff)
downloadperl-b77472f98ff245a83a062d4af8169d2fcbe089e6.tar.gz
Add :const anon sub attribute
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 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);