summaryrefslogtreecommitdiff
path: root/pp_proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-16 16:15:53 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-09-16 16:15:53 -0700
commitc22c99bc35171a7072ba6278b8a0fdbbaa86236a (patch)
treecc9b5417ba9ee66b7ec841c3d2ddcf00091892ed /pp_proto.h
parent17058fe0299db92774e157ee0067d1b500324e4f (diff)
downloadperl-c22c99bc35171a7072ba6278b8a0fdbbaa86236a.tar.gz
Merge postinc and postdec
They were nearly identical.
Diffstat (limited to 'pp_proto.h')
-rw-r--r--pp_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_proto.h b/pp_proto.h
index e795c8ad51..bc4622b2cc 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -167,7 +167,6 @@ PERL_CALLCONV OP *Perl_pp_padhv(pTHX);
PERL_CALLCONV OP *Perl_pp_padsv(pTHX);
PERL_CALLCONV OP *Perl_pp_pipe_op(pTHX);
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_preinc(pTHX);