summaryrefslogtreecommitdiff
path: root/pp_proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-20 13:47:58 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-10 21:54:01 -0700
commit254da51f7d4c7ed280895a23be679ad865ed467d (patch)
tree111068417075df341f2ce5029524ab1a37188cb5 /pp_proto.h
parent6dbf0444b935d282757d46d944cd2e0eb84e986b (diff)
downloadperl-254da51f7d4c7ed280895a23be679ad865ed467d.tar.gz
Add refassign op type
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 73ff532b5c..611725cae1 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -192,6 +192,7 @@ PERL_CALLCONV OP *Perl_pp_readline(pTHX);
PERL_CALLCONV OP *Perl_pp_readlink(pTHX);
PERL_CALLCONV OP *Perl_pp_redo(pTHX);
PERL_CALLCONV OP *Perl_pp_ref(pTHX);
+PERL_CALLCONV OP *Perl_pp_refassign(pTHX);
PERL_CALLCONV OP *Perl_pp_refgen(pTHX);
PERL_CALLCONV OP *Perl_pp_regcomp(pTHX);
PERL_CALLCONV OP *Perl_pp_regcreset(pTHX);