summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems')
-rw-r--r--cpukit/score/include/rtems/score/basedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h
index 086c9fd5c2..2f1c39870a 100644
--- a/cpukit/score/include/rtems/score/basedefs.h
+++ b/cpukit/score/include/rtems/score/basedefs.h
@@ -166,7 +166,7 @@
#endif
#define RTEMS_STATIC_ASSERT(cond, msg) \
- typedef int rtems_static_assert ## msg [(cond) ? 1 : -1]
+ typedef int rtems_static_assert_ ## msg [(cond) ? 1 : -1]
#ifndef ASM
#ifdef RTEMS_DEPRECATED_TYPES