summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/chain.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/chain.c')
-rw-r--r--cpukit/score/src/chain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/chain.c b/cpukit/score/src/chain.c
index 8b8531dbf5..a7361319f0 100644
--- a/cpukit/score/src/chain.c
+++ b/cpukit/score/src/chain.c
@@ -67,7 +67,7 @@ void _Chain_Initialize(
* _Chain_Get_first_unprotected
*/
-#ifndef USE_INLINES
+#ifndef RTEMS_INLINES
Chain_Node *_Chain_Get_first_unprotected(
Chain_Control *the_chain
)
@@ -82,7 +82,7 @@ Chain_Node *_Chain_Get_first_unprotected(
return return_node;
}
-#endif /* USE_INLINES */
+#endif /* RTEMS_INLINES */
/*PAGE
*