ICU-2962 Real fix for os/390

X-SVN-Rev: 14404
This commit is contained in:
George Rhoten 2004-01-25 19:29:22 +00:00
parent dfd6a1a336
commit 62fa14f790
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ uprv_syntaxError(const UChar* rules,
* Swap StringPrep .spp profile data. See udataswp.h.
* @internal
*/
U_CAPI int32_t U_CALLCONV
U_CAPI int32_t U_EXPORT2
usprep_swap(const UDataSwapper *ds,
const void *inData, int32_t length, void *outData,
UErrorCode *pErrorCode);

View File

@ -785,7 +785,7 @@ CLEANUP:
/* data swapping ------------------------------------------------------------ */
U_CAPI int32_t U_CALLCONV
U_CAPI int32_t U_EXPORT2
usprep_swap(const UDataSwapper *ds,
const void *inData, int32_t length, void *outData,
UErrorCode *pErrorCode) {