From 484a76996eeb65ad726b65946642516c70b3257b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2008 17:46:39 +0000 Subject: Convert to "bool". --- cpukit/score/inline/rtems/score/address.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/inline/rtems/score/address.inl') diff --git a/cpukit/score/inline/rtems/score/address.inl b/cpukit/score/inline/rtems/score/address.inl index f1a0dd6cc7..3394a52388 100644 --- a/cpukit/score/inline/rtems/score/address.inl +++ b/cpukit/score/inline/rtems/score/address.inl @@ -99,7 +99,7 @@ RTEMS_INLINE_ROUTINE uint32_t _Addresses_Subtract ( * @return This method returns TRUE if the address is aligned and * FALSE otherwise. */ -RTEMS_INLINE_ROUTINE boolean _Addresses_Is_aligned ( +RTEMS_INLINE_ROUTINE bool _Addresses_Is_aligned ( void *address ) { @@ -125,7 +125,7 @@ RTEMS_INLINE_ROUTINE boolean _Addresses_Is_aligned ( * @return This method returns TRUE if the given @a address is within the * memory range specified and FALSE otherwise. */ -RTEMS_INLINE_ROUTINE boolean _Addresses_Is_in_range ( +RTEMS_INLINE_ROUTINE bool _Addresses_Is_in_range ( void *address, void *base, void *limit -- cgit v1.2.3