From 603aa0f926e45c12da2f434923b986417edffa13 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sat, 23 Mar 2002 23:28:31 +0000 Subject: One more case of __mvme88k__ vs __m88k__ With the recent varargs changs, xlint now compiles on mvme88k. --- usr.bin/xlint/lint1/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.2.3