=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/make/make.h 1996/03/27 19:32:39 1.5 +++ src/usr.bin/make/make.h 1996/09/02 16:04:15 1.6 @@ -1,5 +1,5 @@ -/* $OpenBSD: make.h,v 1.5 1996/03/27 19:32:39 niklas Exp $ */ -/* $NetBSD: make.h,v 1.9 1996/03/06 00:15:21 christos Exp $ */ +/* $OpenBSD: make.h,v 1.6 1996/09/02 16:04:15 briggs Exp $ */ +/* $NetBSD: make.h,v 1.10 1996/08/13 16:39:30 christos Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -56,10 +56,12 @@ #if !defined(MAKE_BOOTSTRAP) && defined(BSD) #include #else +#ifndef __P #if defined(__STDC__) || defined(__cplusplus) #define __P(protos) protos /* full-blown ANSI C */ #else #define __P(protos) () /* traditional C preprocessor */ +#endif #endif #endif #if __STDC__