ICU-4078 Fix for z/OS due to recent modularization.
X-SVN-Rev: 16415
This commit is contained in:
parent
918a684663
commit
7a0397e812
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user