ICU-1891 Better fix for z/OS

X-SVN-Rev: 8903
This commit is contained in:
George Rhoten 2002-06-18 20:17:48 +00:00
parent 3d6edab415
commit db0120092d

View file

@ -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;
}