]> andersk Git - moira.git/commitdiff
ANSIfy
authormar <mar>
Fri, 8 Mar 1991 10:32:50 +0000 (10:32 +0000)
committermar <mar>
Fri, 8 Mar 1991 10:32:50 +0000 (10:32 +0000)
include/moira.h
lib/mr_private.h

index 03c5e7033bc580c511ced3be185bdbab098e8916..d3e06b376288d94f15d6bd60a4e51df0294bf915 100644 (file)
@@ -87,7 +87,7 @@ char *hash_lookup(struct hash *h, int key);
 char *strsave(char *s);
 char *strtrim(char *s);
 char *canonicalize_hostname(char *s);
-#else !__STDC__
+#else /* !__STDC__ */
 int mr_connect();
 int mr_disconnect();
 int mr_host();
@@ -102,6 +102,6 @@ char *hash_lookup();
 char *strsave();
 char *strtrim();
 char *canonicalize_hostname();
-#endif __STDC__
+#endif  /* __STDC__ */
 
-#endif _moira_h_               /* Do Not Add Anything after this line. */
+#endif /* _moira_h_ */         /* Do Not Add Anything after this line. */
index 19dfeaecdc114f3fad4c8955d12fb9101bab79ed..720c3cdce78d5eb5fa1ac3c5aaa6037837f034c4 100644 (file)
@@ -36,7 +36,7 @@ extern char *malloc();
 #ifndef htonl
 extern u_long htonl(), ntohl();
 extern u_short htons(), ntohs();
-#endif htonl
+#endif /* htonl */
 
 
 
This page took 0.061677 seconds and 5 git commands to generate.