]> granicus.if.org Git - icu/commitdiff
ICU-8601 remove platform.h.in definition of U_INLINE to match pwin32.h, ppalmos.h...
authorMarkus Scherer <markus.icu@gmail.com>
Tue, 5 Jul 2011 23:56:41 +0000 (23:56 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Tue, 5 Jul 2011 23:56:41 +0000 (23:56 +0000)
X-SVN-Rev: 30279

icu4c/source/common/unicode/platform.h.in

index 9e9bfadcd2fc9d0bd312bfd7bbda4140b54114b2..ba5c4168092860fbceecdceff6e1fc2ba84d7ff5 100644 (file)
 /** @} */
 
 /*===========================================================================*/
-/** @{ Symbol import-export control                                              */
+/** @{ Symbol import-export control                                          */
 /*===========================================================================*/
 
 #ifdef U_STATIC_IMPLEMENTATION
 /* @} */
 
 /*===========================================================================*/
-/** @{ 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
 /** @} */
 
 /*===========================================================================*/
-/** @{ GCC built in functions for atomic memory operations                       */
+/** @{ GCC built in functions for atomic memory operations                   */
 /*===========================================================================*/
 
 /**