mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-899 Put back deprecated enum that was deprecated
X-SVN-Rev: 5883
This commit is contained in:
parent
780e71dad7
commit
1c2dc8bcdc
1 changed files with 5 additions and 1 deletions
|
@ -631,9 +631,13 @@ enum UBlockCode {
|
|||
U_SCRIPT_COUNT=88,
|
||||
|
||||
/** */
|
||||
UBLOCK_NO_SCRIPT=UBLOCK_COUNT
|
||||
UBLOCK_NO_SCRIPT=UBLOCK_COUNT,
|
||||
|
||||
/** @deprecated Use the enum that begins with UBLOCK. Remove after Aug, 2002*/
|
||||
U_NO_SCRIPT = UBLOCK_COUNT
|
||||
|
||||
};
|
||||
|
||||
typedef enum UBlockCode UBlockCode;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue