ICU-1076 AIX can't handle the last comma in an enum list.

X-SVN-Rev: 5432
This commit is contained in:
George Rhoten 2001-08-03 16:03:31 +00:00
parent 4a53ebaea5
commit 3e23a5f087
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ private:
*/
enum {
ANCHOR_START = 1,
ANCHOR_END = 2,
ANCHOR_END = 2
};
/**

View file

@ -465,7 +465,7 @@ public:
UNDEFINED_SEGMENT_REFERENCE,
UNDEFINED_VARIABLE,
UNQUOTED_SPECIAL,
UNTERMINATED_QUOTE,
UNTERMINATED_QUOTE
};
private: