]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucnv_ct.c
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / common / ucnv_ct.c
index 7161d139a1e69b4b50341bff6611af0516dfe928..165dfe3f908316a94e360243af0d5c8adf7d65f5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 2010-2012, International Business Machines
+*   Copyright (C) 2010-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   file name:  ucnv_ct.c
@@ -14,7 +14,7 @@
 
 #include "unicode/utypes.h"
 
-#if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION
+#if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_CONVERSION && !UCONFIG_ONLY_HTML_CONVERSION
 
 #include "unicode/ucnv.h"
 #include "unicode/uset.h"
@@ -28,8 +28,6 @@
 #include "cstring.h"
 #include "cmemory.h"
 
-#define LENGTHOF(array) (int32_t)(sizeof(array)/sizeof((array)[0]))
-
 typedef enum {
     INVALID = -2,
     DO_SEARCH = -1,