summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include/macros.h')
-rw-r--r--sys/arch/vax/include/macros.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/include/macros.h b/sys/arch/vax/include/macros.h
index 5701bcc5acb..4422e6d540e 100644
--- a/sys/arch/vax/include/macros.h
+++ b/sys/arch/vax/include/macros.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: macros.h,v 1.6 1997/05/29 00:04:44 niklas Exp $ */
-/* $NetBSD: macros.h,v 1.10 1997/01/11 11:07:52 ragge Exp $ */
+/* $OpenBSD: macros.h,v 1.7 1997/09/10 11:47:08 maja Exp $ */
+/* $NetBSD: macros.h,v 1.11 1997/03/15 15:08:23 ragge Exp $ */
/*
* Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -33,8 +33,8 @@
/* All bugs are subject to removal without further notice */
-#if !defined(_VAX_MACROS_H_) && (defined(STANDALONE) || \
- (!defined(_LOCORE) && defined(_VAX_INLINE_)))
+#if !defined(_VAX_MACROS_H_) && !defined(STANDALONE) && \
+ (!defined(_LOCORE) && defined(_VAX_INLINE_))
#define _VAX_MACROS_H_
/* Here general macros are supposed to be stored */