ICU-1891 Fixes for the z/OS 1.3 compiler?

X-SVN-Rev: 9052
This commit is contained in:
George Rhoten 2002-07-08 20:25:33 +00:00
parent 78c8daecf3
commit b1cee921f7

View File

@ -3756,7 +3756,7 @@ inline uint8_t *packFrench(uint8_t *primaries, uint8_t *secondaries, uint32_t *s
}
/* This is the sortkey work horse function */
int32_t
U_CFUNC int32_t
ucol_calcSortKey(const UCollator *coll,
const UChar *source,
int32_t sourceLength,
@ -4321,7 +4321,7 @@ ucol_calcSortKey(const UCollator *coll,
}
int32_t
U_CFUNC int32_t
ucol_calcSortKeySimpleTertiary(const UCollator *coll,
const UChar *source,
int32_t sourceLength,