mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2938 Fix HP-UX compiler error
X-SVN-Rev: 13642
This commit is contained in:
parent
d4e4635656
commit
a29ee29325
1 changed files with 2 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue