mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-1076 AIX can't handle the last comma in an enum list.
X-SVN-Rev: 5432
This commit is contained in:
parent
4a53ebaea5
commit
3e23a5f087
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ private:
|
|||
*/
|
||||
enum {
|
||||
ANCHOR_START = 1,
|
||||
ANCHOR_END = 2,
|
||||
ANCHOR_END = 2
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
@ -465,7 +465,7 @@ public:
|
|||
UNDEFINED_SEGMENT_REFERENCE,
|
||||
UNDEFINED_VARIABLE,
|
||||
UNQUOTED_SPECIAL,
|
||||
UNTERMINATED_QUOTE,
|
||||
UNTERMINATED_QUOTE
|
||||
};
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue