oops... fix botch in previous delta
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 19 Apr 1993 00:47:27 +0000 (16:47 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 19 Apr 1993 00:47:27 +0000 (16:47 -0800)
SCCS-vsn: usr.sbin/sendmail/src/useful.h 6.5

usr/src/usr.sbin/sendmail/src/useful.h

index fe1a8c5..216ca78 100644 (file)
@@ -4,16 +4,18 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)useful.h    6.4 (Berkeley) %G%
+ *     @(#)useful.h    6.5 (Berkeley) %G%
  */
 
 # include <sys/types.h>
 
 /* support for ANSI prototypes (or not, as the case may be) */
  */
 
 # include <sys/types.h>
 
 /* support for ANSI prototypes (or not, as the case may be) */
-#if defined(__STDC__) && defined(_FORGIVING_CC_) && !defined(__P)
-#define __P(protos)    protos
-#else
-#define __P(protos)    ()
+#ifndef __P
+# if defined(__STDC__) && defined(_FORGIVING_CC_)
+#  define __P(protos)  protos
+# else
+#  define __P(protos)  ()
+# endif
 #endif
 
 /* support for bool type */
 #endif
 
 /* support for bool type */