From a85f43fcda9a57e0ea3eaf945287c37213bc6c15 Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Sat, 1 Mar 2003 00:42:53 +0000 Subject: [PATCH] ICU-2194 fix Solaris and HPUX failure X-SVN-Rev: 11210 --- icu4c/source/common/sprpimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/sprpimpl.h b/icu4c/source/common/sprpimpl.h index 2c46da0c4c8..460165afc05 100644 --- a/icu4c/source/common/sprpimpl.h +++ b/icu4c/source/common/sprpimpl.h @@ -22,7 +22,7 @@ enum{ UIDNA_UNASSIGNED = 0x0001 , UIDNA_PROHIBITED = 0x0002 , UIDNA_MAP_NFKC = 0x0003 , - UIDNA_LABEL_SEPARATOR = 0x0004 , + UIDNA_LABEL_SEPARATOR = 0x0004 }; enum{ _IDNA_LENGTH_IN_MAPPING_TABLE = 0x0003 /*11*/