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

X-SVN-Rev: 16414
This commit is contained in:
George Rhoten 2004-10-07 17:26:53 +00:00
parent d078ffb611
commit 918a684663

View file

@ -58,6 +58,7 @@ static ICULocaleService* gService = NULL;
/**
* Release all static memory held by collator.
*/
U_CDECL_BEGIN
static UBool collator_cleanup(void) {
if (gService) {
delete gService;
@ -65,6 +66,7 @@ static UBool collator_cleanup(void) {
}
return TRUE;
}
U_CDECL_END
U_NAMESPACE_BEGIN