ICU-2938 Fix HP-UX compiler error
X-SVN-Rev: 13642
This commit is contained in:
parent
d4e4635656
commit
a29ee29325
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user