From: Markus Scherer Date: Tue, 5 Jul 2011 23:56:41 +0000 (+0000) Subject: ICU-8601 remove platform.h.in definition of U_INLINE to match pwin32.h, ppalmos.h... X-Git-Tag: milestone-59-0-1~4680 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc8eeb8f66b70dd571e86db61cb18549d5285ccb;p=icu ICU-8601 remove platform.h.in definition of U_INLINE to match pwin32.h, ppalmos.h & umachine.h changes in r30148 X-SVN-Rev: 30279 --- diff --git a/icu4c/source/common/unicode/platform.h.in b/icu4c/source/common/unicode/platform.h.in index 9e9bfadcd2f..ba5c4168092 100644 --- a/icu4c/source/common/unicode/platform.h.in +++ b/icu4c/source/common/unicode/platform.h.in @@ -298,7 +298,7 @@ /** @} */ /*===========================================================================*/ -/** @{ Symbol import-export control */ +/** @{ Symbol import-export control */ /*===========================================================================*/ #ifdef U_STATIC_IMPLEMENTATION @@ -327,17 +327,9 @@ /* @} */ /*===========================================================================*/ -/** @{ Code alignment and C function inlining */ +/** @{ Code alignment */ /*===========================================================================*/ -#ifndef U_INLINE -# ifdef __cplusplus -# define U_INLINE inline -# else -# define U_INLINE @U_INLINE@ -# endif -#endif - #ifndef U_ALIGN_CODE #define U_ALIGN_CODE(n) #endif @@ -345,7 +337,7 @@ /** @} */ /*===========================================================================*/ -/** @{ GCC built in functions for atomic memory operations */ +/** @{ GCC built in functions for atomic memory operations */ /*===========================================================================*/ /**