From 8af72bee23fe0d9a100d7cd71ca8ec25288fda02 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 23 Nov 2003 21:45:00 +0000 Subject: 2003-11-23 Ralf Corsepius PR 525/rtems * include/rtems/system.h: Use RTEMS_INLINES instead of USE_INLINES. * include/rtems/score/chain.h: Ditto. * include/rtems/score/thread.h: Ditto. * src/chain.c: Ditto. * src/coremutexseize.c: Ditto. * src/threadget.c: Ditto. --- cpukit/score/src/chain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/src/chain.c') 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 * -- cgit v1.2.3