ICU-899 Put back deprecated enum that was deprecated

X-SVN-Rev: 5883
This commit is contained in:
Ram Viswanadha 2001-09-21 23:13:40 +00:00
parent 780e71dad7
commit 1c2dc8bcdc

View file

@ -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;
/**