From c33e7dd5da21fe60b30f4ae1c6f6d60859aad5bd Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Fri, 25 Jul 2003 00:16:15 +0000 Subject: [PATCH] ICU-3050 fix compiler warning X-SVN-Rev: 12679 --- icu4c/source/common/sprpimpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/sprpimpl.h b/icu4c/source/common/sprpimpl.h index 9e033c9998e..7d496899624 100644 --- a/icu4c/source/common/sprpimpl.h +++ b/icu4c/source/common/sprpimpl.h @@ -26,8 +26,6 @@ #if !UCONFIG_NO_IDNA -typedef enum UStringPrepType UStringPrepType; - #define _SPREP_DATA_TYPE "spp" enum UStringPrepType{ @@ -39,6 +37,8 @@ enum UStringPrepType{ USPREP_TYPE_LIMIT = 0x0005 , }; +typedef enum UStringPrepType UStringPrepType; + static const char* usprepTypeNames[] ={ "UNASSIGNED" , "MAP" ,