use UCB standard for __P
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 19 Apr 1993 00:33:16 +0000 (16:33 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 19 Apr 1993 00:33:16 +0000 (16:33 -0800)
SCCS-vsn: usr.sbin/sendmail/src/useful.h 6.4

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

index f68c1e2..fe1a8c5 100644 (file)
@@ -4,16 +4,16 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)useful.h    6.3 (Berkeley) %G%
+ *     @(#)useful.h    6.4 (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_)
-#define P(protos)      protos
+#if defined(__STDC__) && defined(_FORGIVING_CC_) && !defined(__P)
+#define __P(protos)    protos
 #else
 #else
-#define P(protos)      ()
+#define __P(protos)    ()
 #endif
 
 /* support for bool type */
 #endif
 
 /* support for bool type */