]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/ucmstate.c
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / ucmstate.c
index 81e3b3a36ebf51352c7926a48d5a84eba288839b..393d18b3781f2f946de10c6481b97caf56c77a3e 100644 (file)
@@ -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 <stdio.h>
 
+#if !UCONFIG_NO_CONVERSION
+
 /* MBCS state handling ------------------------------------------------------ */
 
 /*
@@ -1040,3 +1042,5 @@ ucm_countChars(UCMStates *states,
 
     return count;
 }
+#endif
+