summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-01-10 11:54:28 +0000
committerNicholas Clark <nick@ccl4.org>2011-01-10 11:54:28 +0000
commit720d5dbf0d947286fddc718fa10dcc1b55949caf (patch)
tree86774b9f32e24aba00ed60d62849ef7d56433f96 /regen
parent396166e10147fc6b88509af7c63dd916a683a86c (diff)
downloadperl-720d5dbf0d947286fddc718fa10dcc1b55949caf.tar.gz
Merge the implementations of {end,set}{gr,pw}ent with endhostent.
Unlike set{host,net,proto,serv}ent, set{gr,pw}ent don't have stayopen parameter, hence their "signature" is the same as the ent*ent functions.
Diffstat (limited to 'regen')
-rwxr-xr-xregen/opcode.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/regen/opcode.pl b/regen/opcode.pl
index 744fe3d256..9d314f21e0 100755
--- a/regen/opcode.pl
+++ b/regen/opcode.pl
@@ -117,7 +117,8 @@ my @raw_alias = (
Perl_pp_predec => ['i_predec'],
Perl_pp_postinc => ['i_postinc'],
Perl_pp_postdec => ['i_postdec'],
- Perl_pp_ehostent => [qw(enetent eprotoent eservent)],
+ Perl_pp_ehostent => [qw(enetent eprotoent eservent
+ spwent epwent sgrent egrent)],
Perl_pp_shostent => [qw(snetent sprotoent sservent)],
);