summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/eisa/eisavar.h4
-rw-r--r--sys/dev/isa/isavar.h4
-rw-r--r--sys/dev/pci/pcivar.h4
3 files changed, 6 insertions, 6 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>
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h
index 5b4b0dbd997..3236c80d2ce 100644
--- a/sys/dev/isa/isavar.h
+++ b/sys/dev/isa/isavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isavar.h,v 1.45 2002/12/20 01:56:32 mickey Exp $ */
+/* $OpenBSD: isavar.h,v 1.46 2003/12/12 22:56:46 hshoexer Exp $ */
/* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */
/*-
@@ -160,7 +160,7 @@ struct isabus_attach_args;
struct isapnp_softc;
#if (__i386__ != 1 && __alpha__ != 1)
-ERROR: COMPILING ISAPNP FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.
+#error COMPILING ISAPNP FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.
#endif
#if __i386__
#include <i386/isa/isapnp_machdep.h>
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 097ae2dabd3..7148650ffad 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcivar.h,v 1.32 2003/10/06 16:07:45 fgsch Exp $ */
+/* $OpenBSD: pcivar.h,v 1.33 2003/12/12 22:56:46 hshoexer Exp $ */
/* $NetBSD: pcivar.h,v 1.23 1997/06/06 23:48:05 thorpej Exp $ */
/*
@@ -55,7 +55,7 @@ struct pcibus_attach_args;
* Machine-dependent definitions.
*/
#if (__alpha__ + __atari__ + __i386__ + __arc__ + __powerpc__ + __galileo__ + __sparc64__ + __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/pci/pci_machdep.h>