summaryrefslogtreecommitdiff
path: root/regen/opcode.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-10 10:29:06 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-10 11:39:34 +0000
commit396166e10147fc6b88509af7c63dd916a683a86c (patch)
treec6a827e12bca7e7fd483e9e7b0f700c4686f3eae /regen/opcode.pl
parentd8ef1fcdce21e8d5905a1ed77bc1caa307b2b79e (diff)
downloadperl-396166e10147fc6b88509af7c63dd916a683a86c.tar.gz
Merge the implementations of pp_s{host,net,proto,serv}ent.
Diffstat (limited to 'regen/opcode.pl')
-rwxr-xr-xregen/opcode.pl1
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) {