ICU-20306 Remove incorrect #ifndef U_HIDE_INTERNAL_API around UTEXT_MAGIC

This commit is contained in:
Peter Edberg 2019-02-06 16:40:35 -08:00 committed by pedberg-icu
parent 96556c2d4c
commit 9a27ba01ef

View File

@ -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