summaryrefslogtreecommitdiff
path: root/embed.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 /embed.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 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 31cd119f0c..ae2db751cb 100644
--- a/embed.h
+++ b/embed.h
@@ -1433,6 +1433,7 @@
#define pp_time() Perl_pp_time(aTHX)
#define pp_tms() Perl_pp_tms(aTHX)
#define pp_trans() Perl_pp_trans(aTHX)
+#define pp_transr() Perl_pp_transr(aTHX)
#define pp_truncate() Perl_pp_truncate(aTHX)
#define pp_uc() Perl_pp_uc(aTHX)
#define pp_ucfirst() Perl_pp_ucfirst(aTHX)