mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4078 Fix for z/OS due to recent modularization.
X-SVN-Rev: 16415
This commit is contained in:
parent
918a684663
commit
7a0397e812
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue