summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/mvme188.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-26 14:31:13 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-26 14:31:13 +0000
commitc2d2d5bd3e59967a2c443396cce4814b5301337c (patch)
tree47187a3178cfddaa9818fb79727dceaecb32d430 /sys/arch/mvme88k/include/mvme188.h
parentbbaac1ee40707801b8eb4b6ab4844a3da1295515 (diff)
Add prototypes, fix compilation warnings, random style fixes.
Diffstat (limited to 'sys/arch/mvme88k/include/mvme188.h')
-rw-r--r--sys/arch/mvme88k/include/mvme188.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/mvme88k/include/mvme188.h b/sys/arch/mvme88k/include/mvme188.h
index 5f8c06b0de2..4fd421e8b0b 100644
--- a/sys/arch/mvme88k/include/mvme188.h
+++ b/sys/arch/mvme88k/include/mvme188.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mvme188.h,v 1.6 2001/08/12 12:03:02 heko Exp $ */
+/* $OpenBSD: mvme188.h,v 1.7 2001/08/26 14:31:07 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* All rights reserved.
@@ -52,13 +52,13 @@
*/
#ifndef UDEFINED
#if defined(_LOCORE)
-# define U(num) num
+#define U(num) num
#else
-# if defined(__STDC__)
-# define U(num) num ## U
-# else
-# define U(num) num/**/U
-# endif
+#if defined(__STDC__)
+#define U(num) num ## U
+#else
+#define U(num) num/**/U
+#endif
#endif
#endif