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:
Andy Heninger 2017-01-18 21:46:03 +00:00
parent 0fc9197e4c
commit b83dab6dfc

View 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. */