X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..d5d484b0fbe924d3663b177965538d517ee412c1:/icuSources/tools/toolutil/ucmstate.c?ds=sidebyside diff --git a/icuSources/tools/toolutil/ucmstate.c b/icuSources/tools/toolutil/ucmstate.c index 81e3b3a3..393d18b3 100644 --- a/icuSources/tools/toolutil/ucmstate.c +++ b/icuSources/tools/toolutil/ucmstate.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. * ******************************************************************************* @@ -27,6 +27,8 @@ #include "ucm.h" #include +#if !UCONFIG_NO_CONVERSION + /* MBCS state handling ------------------------------------------------------ */ /* @@ -1040,3 +1042,5 @@ ucm_countChars(UCMStates *states, return count; } +#endif +