diff options
Diffstat (limited to 'sys/arch/mvme88k/include/mvme1x7.h')
-rw-r--r-- | sys/arch/mvme88k/include/mvme1x7.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/mvme88k/include/mvme1x7.h b/sys/arch/mvme88k/include/mvme1x7.h index 619bf8f9020..330520895f1 100644 --- a/sys/arch/mvme88k/include/mvme1x7.h +++ b/sys/arch/mvme88k/include/mvme1x7.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mvme1x7.h,v 1.5 2001/08/12 12:03:02 heko Exp $ */ +/* $OpenBSD: mvme1x7.h,v 1.6 2001/08/26 14:31:07 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1999 Steve Murphree, Jr. @@ -55,13 +55,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 |