diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-20 13:47:58 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-10 21:54:01 -0700 |
commit | 254da51f7d4c7ed280895a23be679ad865ed467d (patch) | |
tree | 111068417075df341f2ce5029524ab1a37188cb5 /pp_proto.h | |
parent | 6dbf0444b935d282757d46d944cd2e0eb84e986b (diff) | |
download | perl-254da51f7d4c7ed280895a23be679ad865ed467d.tar.gz |
Add refassign op type
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 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); |