summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-03-23 23:28:31 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-03-23 23:28:31 +0000
commit603aa0f926e45c12da2f434923b986417edffa13 (patch)
treeb547e3890290bba3f07458366d964a32987eda29 /usr.bin
parent8ed35d772336aab528f6f3f6c9a49b336df36da2 (diff)
One more case of __mvme88k__ vs __m88k__
With the recent varargs changs, xlint now compiles on mvme88k.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xlint/lint1/param.h4
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