mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
ICU-1891 Better fix for z/OS
X-SVN-Rev: 8903
This commit is contained in:
parent
3d6edab415
commit
db0120092d
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
* and others. All Rights Reserved.
|
||||
*****************************************************************
|
||||
* $Source: /xsrl/Nsvn/icu/icu/source/i18n/anytrans.cpp,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*****************************************************************
|
||||
* Date Name Description
|
||||
* 06/06/2002 aliu Creation.
|
||||
|
@ -32,7 +32,7 @@ U_CDECL_BEGIN
|
|||
/**
|
||||
* Deleter function for Transliterator*.
|
||||
*/
|
||||
static void
|
||||
static void U_CALLCONV
|
||||
_deleteTransliterator(void *obj) {
|
||||
delete (Transliterator*) obj;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue