diff options
Diffstat (limited to 'regen/opcode.pl')
-rwxr-xr-x | regen/opcode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regen/opcode.pl b/regen/opcode.pl index 2d584503b9..744fe3d256 100755 --- a/regen/opcode.pl +++ b/regen/opcode.pl @@ -118,6 +118,7 @@ my @raw_alias = ( Perl_pp_postinc => ['i_postinc'], Perl_pp_postdec => ['i_postdec'], Perl_pp_ehostent => [qw(enetent eprotoent eservent)], + Perl_pp_shostent => [qw(snetent sprotoent sservent)], ); while (my ($func, $names) = splice @raw_alias, 0, 2) { |