X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..d5d484b0fbe924d3663b177965538d517ee412c1:/icuSources/tools/toolutil/ucm.c diff --git a/icuSources/tools/toolutil/ucm.c b/icuSources/tools/toolutil/ucm.c index 108e4325..5cd0bae7 100644 --- a/icuSources/tools/toolutil/ucm.c +++ b/icuSources/tools/toolutil/ucm.c @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 2003-2004, International Business Machines +* Copyright (C) 2003-2005, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -35,6 +35,8 @@ #include "ucm.h" #include +#if !UCONFIG_NO_CONVERSION + /* -------------------------------------------------------------------------- */ static void @@ -1175,3 +1177,5 @@ ucm_readTable(UCMFile *ucm, FileStream* convFile, *pErrorCode=U_INVALID_TABLE_FORMAT; } } +#endif +