From b83dab6dfcbd911c0517820fe89d87761d0d7e90 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Wed, 18 Jan 2017 21:46:03 +0000 Subject: [PATCH] ICU-12645 Make UChar type default char16_t. If all proceeds well, a future change will remove the conditional logic. X-SVN-Rev: 39576 --- icu4c/source/common/unicode/umachine.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/icu4c/source/common/unicode/umachine.h b/icu4c/source/common/unicode/umachine.h index 5a68d684a17..7a1e8a0b1b8 100644 --- a/icu4c/source/common/unicode/umachine.h +++ b/icu4c/source/common/unicode/umachine.h @@ -51,7 +51,6 @@ */ #include -#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. */