| Index: source/common/ucnv_ct.c
|
| diff --git a/source/common/ucnv_ct.c b/source/common/ucnv_ct.c
|
| index 8d12b4f69d7a29f3767522cd413e6360a8ba7317..ec0e9c2bb5a90976fefa575889491224e5e6f255 100644
|
| --- a/source/common/ucnv_ct.c
|
| +++ b/source/common/ucnv_ct.c
|
| @@ -1,6 +1,6 @@
|
| /*
|
| **********************************************************************
|
| -* Copyright (C) 2010-2012, International Business Machines
|
| +* Copyright (C) 2010-2014, 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 && !UCONFIG_NO_NON_HTML5_CONVERSION
|
| +#if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_LEGACY_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,
|
|
|