From ecf98585043294323daad5dd5ac4b344a7c39856 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 7 Nov 2012 12:33:48 +0100 Subject: score: Move global variables definition Define _System_state_Current and _Internal_errors_What_happened in interr.c to make _Internal_error_Occurred() more independent. --- cpukit/score/include/rtems/score/interr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/interr.h') diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index 2a21fe01eb..0ba0750c6f 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -93,7 +93,7 @@ typedef struct { /** * When a fatal error occurs, the error information is stored here. */ -SCORE_EXTERN Internal_errors_Information _Internal_errors_What_happened; +extern Internal_errors_Information _Internal_errors_What_happened; /** * @brief Internal error Occurred -- cgit v1.2.3