mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 17:56:54 +00:00
ICU-20306 Remove incorrect #ifndef U_HIDE_INTERNAL_API around UTEXT_MAGIC
This commit is contained in:
parent
96556c2d4c
commit
9a27ba01ef
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue