diff options
-rw-r--r-- | usr.bin/xlint/lint1/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index 241cc329048..4e200e7877d 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.8 2002/02/19 19:39:39 millert Exp $ */ +/* $OpenBSD: param.h,v 1.9 2002/03/23 23:28:30 miod Exp $ */ /* $NetBSD: param.h,v 1.6 1996/04/01 21:47:57 mark Exp $ */ /* @@ -88,7 +88,7 @@ #elif __powerpc__ #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 -#elif __mvme88k__ +#elif __m88k__ #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 #else |