From 9f016ec97e9e514fc9bed345005b66d88bbec5d3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 3 Feb 2016 11:53:10 +0100 Subject: no_cpu: Avoid SCORE_EXTERN Update #2559. --- cpukit/score/cpu/no_cpu/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h index 67a725c09d..1c29bd6d8f 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h @@ -577,7 +577,7 @@ typedef struct { * * XXX document implementation including references if appropriate */ -SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context; +extern Context_Control_fp _CPU_Null_fp_context; /** @} */ -- cgit v1.2.3