summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-02 20:18:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-11-02 21:32:33 -0700
commit6342d5c50ab0a9493ebc0908c3a6ec88d18e183b (patch)
treecaeb2446493b1630b58b4192f7b6809ea1b0ced3 /proto.h
parent42b824d2b554088191c83ebebdc0d1598f5a4d9a (diff)
downloadperl-6342d5c50ab0a9493ebc0908c3a6ec88d18e183b.tar.gz
Add transr op type
for the upcoming y///r feature. There are not enough flag bits, hence the extra type.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index c17071b235..ffbf147556 100644
--- a/proto.h
+++ b/proto.h
@@ -3178,6 +3178,7 @@ PERL_CALLCONV OP * Perl_pp_tied(pTHX);
PERL_CALLCONV OP * Perl_pp_time(pTHX);
PERL_CALLCONV OP * Perl_pp_tms(pTHX);
PERL_CALLCONV OP * Perl_pp_trans(pTHX);
+PERL_CALLCONV OP * Perl_pp_transr(pTHX);
PERL_CALLCONV OP * Perl_pp_truncate(pTHX);
PERL_CALLCONV OP * Perl_pp_uc(pTHX);
PERL_CALLCONV OP * Perl_pp_ucfirst(pTHX);