diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-10 10:29:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-10 11:39:34 +0000 |
commit | 396166e10147fc6b88509af7c63dd916a683a86c (patch) | |
tree | c6a827e12bca7e7fd483e9e7b0f700c4686f3eae /regen/opcode.pl | |
parent | d8ef1fcdce21e8d5905a1ed77bc1caa307b2b79e (diff) | |
download | perl-396166e10147fc6b88509af7c63dd916a683a86c.tar.gz |
Merge the implementations of pp_s{host,net,proto,serv}ent.
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) { |