diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-26 18:21:02 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-15 22:45:03 -0700 |
commit | ecf9c8b78fdc5245e639ddb2830e8e43cda480b9 (patch) | |
tree | d17ac0ac0b8d120a1e27b229acdd06111950fe1d /pp_proto.h | |
parent | 10342479afca0484c66269733fcc2f4a1fbabbb7 (diff) | |
download | perl-ecf9c8b78fdc5245e639ddb2830e8e43cda480b9.tar.gz |
Add introcv op type
This will be used for introducing ‘my’ subs on scope entry, by turning
off the stale flag.
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 2cdaf3ae32..db19bfbed2 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -118,6 +118,7 @@ PERL_CALLCONV OP *Perl_pp_i_negate(pTHX); PERL_CALLCONV OP *Perl_pp_i_subtract(pTHX); PERL_CALLCONV OP *Perl_pp_index(pTHX); PERL_CALLCONV OP *Perl_pp_int(pTHX); +PERL_CALLCONV OP *Perl_pp_introcv(pTHX); PERL_CALLCONV OP *Perl_pp_ioctl(pTHX); PERL_CALLCONV OP *Perl_pp_iter(pTHX); PERL_CALLCONV OP *Perl_pp_join(pTHX); |