summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 13:21:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-17 13:21:37 +0000
commitb4589477a756dc9e734fbf19a9219a04e678d102 (patch)
treef998f14cf3b7ae88a550c310bbf401787ff4b343 /c/src
parentIncorporated Ralf Corsepius' idea for new -q flags to properly support (diff)
downloadrtems-b4589477a756dc9e734fbf19a9219a04e678d102.tar.bz2
Swapped C++ and ASM "endifs"
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/cpu/m68k/m68k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/m68k/m68k.h b/c/src/exec/score/cpu/m68k/m68k.h
index 5924e1fad8..773e4171c1 100644
--- a/c/src/exec/score/cpu/m68k/m68k.h
+++ b/c/src/exec/score/cpu/m68k/m68k.h
@@ -259,11 +259,11 @@ static inline unsigned int m68k_swap_u32(
#define CPU_swap_u32( value ) m68k_swap_u32( value )
+#endif /* !ASM */
+
#ifdef __cplusplus
}
#endif
-#endif /* !ASM */
-
#endif
/* end of include file */