]> granicus.if.org Git - icu/commitdiff
ICU-12645 Make UChar type default char16_t. If all proceeds well, a future change...
authorAndy Heninger <andy.heninger@gmail.com>
Wed, 18 Jan 2017 21:46:03 +0000 (21:46 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Wed, 18 Jan 2017 21:46:03 +0000 (21:46 +0000)
X-SVN-Rev: 39576

icu4c/source/common/unicode/umachine.h

index 5a68d684a17aed332b41ff6c57aa93c3757e6ce5..7a1e8a0b1b8a7fec4d9139319802c165bc0f82fe 100644 (file)
@@ -51,7 +51,6 @@
  */
 #include <stddef.h>
 
-#ifndef U_HIDE_INTERNAL_API
 /*
  *  U_USE_CHAR16_T
  *     When set, force use of char16_t for UChar.
@@ -74,7 +73,6 @@
 #define UCHAR_TYPE char16_t
 #endif  /* __cpluplus  */
 #endif  /* U_USE_CHAR16_t */
-#endif  /* U_HIDE_INTERNAL_API */
 
 /*==========================================================================*/
 /* For C wrappers, we use the symbol U_STABLE.                                */