summaryrefslogtreecommitdiff
path: root/iperlsys.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-24 20:04:09 -0700
committerKarl Williamson <khw@cpan.org>2021-02-04 15:51:27 -0700
commitb40e02b117f85bf1df2eb5b25a61b67912fb21fc (patch)
treefbba38fccb996f25d55e4ffb5f319f4a1c14097a /iperlsys.h
parenta1325b902d57aa7a99bed3d2ec0fa5ce42836207 (diff)
downloadperl-b40e02b117f85bf1df2eb5b25a61b67912fb21fc.tar.gz
iperlsys.h: Clarify comment
Diffstat (limited to 'iperlsys.h')
-rw-r--r--iperlsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iperlsys.h b/iperlsys.h
index eaa0a9df22..5ef7f23542 100644
--- a/iperlsys.h
+++ b/iperlsys.h
@@ -1377,7 +1377,7 @@ struct IPerlSockInfo
(*PL_Sock->pClosesocket)(PL_Sock, s)
#endif
-#else /* PERL_IMPLICIT_SYS */
+#else /* ! PERL_IMPLICIT_SYS below */
#define PerlSock_htonl(x) htonl(x)
#define PerlSock_htons(x) htons(x)