From c627b2a3a1ca1a6aca1c20e133db0f95a65a71fb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 May 1996 21:40:52 +0000 Subject: split the inclusion of "EXTERN" data based on whether it was sapi, score, rtems api, or posix api related. --- c/src/exec/score/headers/object.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/exec/score/headers/object.h') diff --git a/c/src/exec/score/headers/object.h b/c/src/exec/score/headers/object.h index 2d1588cf01..edd186c607 100644 --- a/c/src/exec/score/headers/object.h +++ b/c/src/exec/score/headers/object.h @@ -151,8 +151,8 @@ typedef struct { * node number of the local node. */ -EXTERN unsigned32 _Objects_Local_node; -EXTERN unsigned32 _Objects_Maximum_nodes; +SCORE_EXTERN unsigned32 _Objects_Local_node; +SCORE_EXTERN unsigned32 _Objects_Maximum_nodes; /* * The following is the list of information blocks for each object @@ -160,7 +160,7 @@ EXTERN unsigned32 _Objects_Maximum_nodes; * and obtain a pointer to the appropriate object control block. */ -EXTERN Objects_Information +SCORE_EXTERN Objects_Information *_Objects_Information_table[OBJECTS_CLASSES_LAST + 1]; /* -- cgit v1.2.3