summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/eisavar.h
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2003-12-12 22:56:47 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2003-12-12 22:56:47 +0000
commit2636ae873c9801ab12f6de63ebc2d2ac9ea000ad (patch)
treec1137d85e8101824974d8c86c46d7c6dc9964323 /sys/dev/eisa/eisavar.h
parent4ac6048a15d9dc62839f84f676bf2185ff3cfa20 (diff)
another small compiler warning cleanup (#error instead of bailing out)
ok henning@
Diffstat (limited to 'sys/dev/eisa/eisavar.h')
-rw-r--r--sys/dev/eisa/eisavar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisavar.h b/sys/dev/eisa/eisavar.h
index 17a8c6f4bf3..53abc787e1a 100644
--- a/sys/dev/eisa/eisavar.h
+++ b/sys/dev/eisa/eisavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: eisavar.h,v 1.11 2002/12/20 01:56:32 mickey Exp $ */
+/* $OpenBSD: eisavar.h,v 1.12 2003/12/12 22:56:46 hshoexer Exp $ */
/* $NetBSD: eisavar.h,v 1.11 1997/06/06 23:30:07 thorpej Exp $ */
/*
@@ -55,7 +55,7 @@ struct eisabus_attach_args;
* Machine-dependent definitions.
*/
#if (__alpha__ + __i386__ + __arc__ + __hppa__ != 1)
-ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.
+#error COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.
#endif
#if __alpha__
#include <alpha/eisa/eisa_machdep.h>