diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-16 16:10:57 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-16 16:14:23 -0700 |
commit | 17058fe0299db92774e157ee0067d1b500324e4f (patch) | |
tree | 877e5f6b8a41de84bab6506a8a622721b027da6b /pp_proto.h | |
parent | 60092ce4854ea5801a4711d82d0e2c57a7edcaca (diff) | |
download | perl-17058fe0299db92774e157ee0067d1b500324e4f.tar.gz |
Merge preinc and postinc
They are almost identical. This gives the compiler less code
to digest.
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_proto.h b/pp_proto.h index 5e19fc3120..e795c8ad51 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -170,7 +170,6 @@ PERL_CALLCONV OP *Perl_pp_pos(pTHX); PERL_CALLCONV OP *Perl_pp_postdec(pTHX); PERL_CALLCONV OP *Perl_pp_postinc(pTHX); PERL_CALLCONV OP *Perl_pp_pow(pTHX); -PERL_CALLCONV OP *Perl_pp_predec(pTHX); PERL_CALLCONV OP *Perl_pp_preinc(pTHX); PERL_CALLCONV OP *Perl_pp_print(pTHX); PERL_CALLCONV OP *Perl_pp_prototype(pTHX); |