mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-18 11:14:22 +00:00
ICU-2085 Don't have trailing commas in enums.
X-SVN-Rev: 10244
This commit is contained in:
parent
e1a8b68095
commit
f9173f3f2b
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ typedef enum {
|
|||
UNORM_FCD = 6,
|
||||
|
||||
/** One more than the highest normalization mode constant. @stable */
|
||||
UNORM_MODE_COUNT,
|
||||
UNORM_MODE_COUNT
|
||||
|
||||
/* *** The rest of this enum is entirely deprecated. *** */
|
||||
|
||||
|
@ -147,7 +147,7 @@ typedef enum {
|
|||
* No decomposition/composition
|
||||
* @deprecated To be removed after 2002-sep-30, use UNORM_NONE.
|
||||
*/
|
||||
UCOL_NO_NORMALIZATION = 1,
|
||||
,UCOL_NO_NORMALIZATION = 1,
|
||||
/**
|
||||
* Canonical decomposition
|
||||
* @deprecated To be removed after 2002-sep-30, use UNORM_NFD.
|
||||
|
|
Loading…
Add table
Reference in a new issue