From 503dc05890731954e899d63a8baecabac573e22b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Jul 1996 14:20:03 +0000 Subject: switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE" --- cpukit/score/include/rtems/system.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index 777a722588..74929eade6 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -81,15 +81,13 @@ extern "C" { */ #ifdef USE_INLINES -# define STATIC static # ifdef __GNUC__ -# define INLINE __inline__ +# define RTEMS_INLINE_ROUTINE static __inline__ # else -# define INLINE inline +# define RTEMS_INLINE_ROUTINE static inline # endif #else -# define STATIC -# define INLINE +# define RTEMS_INLINE_ROUTINE #endif /* -- cgit v1.2.3