mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12645 Make UChar type default char16_t. If all proceeds well, a future change will remove the conditional logic.
X-SVN-Rev: 39576
This commit is contained in:
parent
0fc9197e4c
commit
b83dab6dfc
1 changed files with 0 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue