From 2636ae873c9801ab12f6de63ebc2d2ac9ea000ad Mon Sep 17 00:00:00 2001 From: Hans-Joerg Hoexer Date: Fri, 12 Dec 2003 22:56:47 +0000 Subject: another small compiler warning cleanup (#error instead of bailing out) ok henning@ --- sys/dev/eisa/eisavar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/eisa/eisavar.h') 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 -- cgit v1.2.3