From: Peter Edberg Date: Thu, 7 Feb 2019 00:40:35 +0000 (-0800) Subject: ICU-20306 Remove incorrect #ifndef U_HIDE_INTERNAL_API around UTEXT_MAGIC X-Git-Tag: release-64-rc~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a27ba01ef6f8e9e94631f0b62525313c9f9305e;p=icu ICU-20306 Remove incorrect #ifndef U_HIDE_INTERNAL_API around UTEXT_MAGIC --- diff --git a/icu4c/source/common/unicode/utext.h b/icu4c/source/common/unicode/utext.h index ad21d70a164..4b06962103e 100644 --- a/icu4c/source/common/unicode/utext.h +++ b/icu4c/source/common/unicode/utext.h @@ -1555,7 +1555,7 @@ struct UText { U_STABLE UText * U_EXPORT2 utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status); -#ifndef U_HIDE_INTERNAL_API +// do not use #ifndef U_HIDE_INTERNAL_API around the following! /** * @internal * Value used to help identify correctly initialized UText structs. @@ -1564,7 +1564,6 @@ utext_setup(UText *ut, int32_t extraSpace, UErrorCode *status); enum { UTEXT_MAGIC = 0x345ad82c }; -#endif /* U_HIDE_INTERNAL_API */ /** * initializer to be used with local (stack) instances of a UText