summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/i386/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/i386/rtems/asm.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpukit/score/cpu/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h
index 77e7e40f8b..7c6fcad58a 100644
--- a/cpukit/score/cpu/i386/rtems/asm.h
+++ b/cpukit/score/cpu/i386/rtems/asm.h
@@ -64,13 +64,7 @@
#endif
*/
-/* ANSI concatenation macros. */
-
-#define CONCAT1(a, b) CONCAT2(a, b)
-#define CONCAT2(a, b) a ## b
-
-#define EVAL(x) x
-#define CONCAT0(a, b) EVAL(a)EVAL(b)
+#include <rtems/concat.h>
/* Use the right prefix for global labels. */