diff options
Diffstat (limited to 'regen/opcode.pl')
-rwxr-xr-x | regen/opcode.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regen/opcode.pl b/regen/opcode.pl index 5c81ec37d7..d8186cd294 100755 --- a/regen/opcode.pl +++ b/regen/opcode.pl @@ -117,8 +117,7 @@ my @raw_alias = ( Perl_pp_schop => [qw(schop schomp)], Perl_pp_bind => {connect => '#ifdef HAS_SOCKET'}, Perl_pp_preinc => ['i_preinc', 'predec', 'i_predec'], - Perl_pp_postinc => ['i_postinc'], - Perl_pp_postdec => ['i_postdec'], + Perl_pp_postinc => ['i_postinc', 'postdec', 'i_postdec'], Perl_pp_ehostent => [qw(enetent eprotoent eservent spwent epwent sgrent egrent)], Perl_pp_shostent => [qw(snetent sprotoent sservent)], |