ANSI changes
[unix-history] / usr / src / usr.sbin / sendmail / src / useful.h
index c953be6..20a873a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)useful.h    6.1 (Berkeley) %G%
+ *     @(#)useful.h    6.2 (Berkeley) %G%
  */
 
 # include <sys/types.h>
  */
 
 # include <sys/types.h>
@@ -25,7 +25,7 @@ typedef char  bool;
 # ifndef max
 # define max(a, b)     ((a) > (b) ? (a) : (b))
 # define min(a, b)     ((a) < (b) ? (a) : (b))
 # ifndef max
 # define max(a, b)     ((a) > (b) ? (a) : (b))
 # define min(a, b)     ((a) < (b) ? (a) : (b))
-# endif max
+# endif
 
 /* assertions */
 # ifndef NASSERT
 
 /* assertions */
 # ifndef NASSERT
@@ -42,6 +42,6 @@ typedef char  bool;
 /* sccs id's */
 # ifndef lint
 # define SCCSID(arg)   static char SccsId[] = "arg";
 /* sccs id's */
 # ifndef lint
 # define SCCSID(arg)   static char SccsId[] = "arg";
-# else /* lint */
+# else
 # define SCCSID(arg)
 # define SCCSID(arg)
-# endif lint
+# endif