]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/ucm.c
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / ucm.c
index 108e4325b4e3790dc2c6a10e1572e4554a76629f..5cd0bae7fde83eb44448bc4f64d91f5d4056ceda 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.
 *
 *******************************************************************************
@@ -35,6 +35,8 @@
 #include "ucm.h"
 #include <stdio.h>
 
+#if !UCONFIG_NO_CONVERSION
+
 /* -------------------------------------------------------------------------- */
 
 static void
@@ -1175,3 +1177,5 @@ ucm_readTable(UCMFile *ucm, FileStream* convFile,
         *pErrorCode=U_INVALID_TABLE_FORMAT;
     }
 }
+#endif
+