From 17058fe0299db92774e157ee0067d1b500324e4f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 16 Sep 2011 16:10:57 -0700 Subject: Merge preinc and postinc They are almost identical. This gives the compiler less code to digest. --- pp_proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'pp_proto.h') 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); -- cgit v1.2.1