mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-996 Fix syntax for some compilers
X-SVN-Rev: 5025
This commit is contained in:
parent
82eda0a3c7
commit
f8136daf50
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ private:
|
|||
private:
|
||||
|
||||
/* Sizes for the last resort string arrays */
|
||||
typedef enum {
|
||||
typedef enum LastResortSize {
|
||||
kMonthNum = 13,
|
||||
kMonthLen = 3,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue