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 /pp_proto.h | |
parent | d8ef1fcdce21e8d5905a1ed77bc1caa307b2b79e (diff) | |
download | perl-396166e10147fc6b88509af7c63dd916a683a86c.tar.gz |
Merge the implementations of pp_s{host,net,proto,serv}ent.
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pp_proto.h b/pp_proto.h index 05855367c7..e21fe2c538 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -226,19 +226,16 @@ PERL_CALLCONV OP *Perl_pp_sle(pTHX); PERL_CALLCONV OP *Perl_pp_sleep(pTHX); PERL_CALLCONV OP *Perl_pp_smartmatch(pTHX); PERL_CALLCONV OP *Perl_pp_sne(pTHX); -PERL_CALLCONV OP *Perl_pp_snetent(pTHX); PERL_CALLCONV OP *Perl_pp_socket(pTHX); PERL_CALLCONV OP *Perl_pp_sockpair(pTHX); PERL_CALLCONV OP *Perl_pp_sort(pTHX); PERL_CALLCONV OP *Perl_pp_splice(pTHX); PERL_CALLCONV OP *Perl_pp_split(pTHX); PERL_CALLCONV OP *Perl_pp_sprintf(pTHX); -PERL_CALLCONV OP *Perl_pp_sprotoent(pTHX); PERL_CALLCONV OP *Perl_pp_spwent(pTHX); PERL_CALLCONV OP *Perl_pp_srand(pTHX); PERL_CALLCONV OP *Perl_pp_srefgen(pTHX); PERL_CALLCONV OP *Perl_pp_sselect(pTHX); -PERL_CALLCONV OP *Perl_pp_sservent(pTHX); PERL_CALLCONV OP *Perl_pp_ssockopt(pTHX); PERL_CALLCONV OP *Perl_pp_stat(pTHX); PERL_CALLCONV OP *Perl_pp_stringify(pTHX); |