ICU-4078 Fix for z/OS due to recent modularization.

X-SVN-Rev: 16415
This commit is contained in:
George Rhoten 2004-10-07 17:29:15 +00:00
parent 918a684663
commit 7a0397e812

View File

@ -59,7 +59,7 @@ static ICULocaleService* gService = NULL;
* Release all static memory held by collator.
*/
U_CDECL_BEGIN
static UBool collator_cleanup(void) {
static UBool U_CALLCONV collator_cleanup(void) {
if (gService) {
delete gService;
gService = NULL;