From a29ee293257305f07e38bae2312b6a9e6ff7d295 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Sat, 8 Nov 2003 02:05:51 +0000 Subject: [PATCH] ICU-2938 Fix HP-UX compiler error X-SVN-Rev: 13642 --- icu4c/source/i18n/unicode/ulocdata.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/icu4c/source/i18n/unicode/ulocdata.h b/icu4c/source/i18n/unicode/ulocdata.h index 3424f5c7ae2..b5ca58d1f27 100644 --- a/icu4c/source/i18n/unicode/ulocdata.h +++ b/icu4c/source/i18n/unicode/ulocdata.h @@ -42,20 +42,15 @@ U_CAPI USet* U_EXPORT2 ulocdata_getExemplarSet(USet *fillIn, const char *localeID, UErrorCode *status); -/** - * @draft ICU 2.8 - */ -typedef enum UMeasurementSystem UMeasurementSystem; - /** * Enumeration for representing the measurement systems. * @draft ICU 2.8 */ -enum UMeasurementSystem { +typedef enum UMeasurementSystem { UMS_SI, /** Measurement system specified by SI otherwise known as Metric system. */ UMS_US, /** Measurement system followed in the United States of America. */ UMS_LIMIT -}; +} UMeasurementSystem; /** * Returns the measurement system used in the locale specified by the localeID.