/** @} */
/*===========================================================================*/
-/** @{ 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 */
/*===========================================================================*/
/**