AIX build fixes
C code in strict compilers requires /* */ not //
*/
#define RFC2181_MAXHOSTNAMELEN 256
-/// Back-port macro for old squid code still using SQUIDHOSTNAMELEN without RFC reference.
+/** Back-port macro for old squid code still using SQUIDHOSTNAMELEN without RFC reference. */
#define SQUIDHOSTNAMELEN RFC2181_MAXHOSTNAMELEN
#endif /* _SQUID_INCLUDE_RFC1123_H */
#include <arpa/inet.h>
#endif
-#endif // 0
+#endif /* 0 */
#if HAVE_UNISTD_H
/*
* Converts a ascii hex code into a binary character.
*/
-inline int fromhex(char ch); // prototype to keep GCC happy.
+inline int fromhex(char ch); /* prototype to keep GCC happy. */
inline int
fromhex(char ch)