| Index: source/common/ucnv_lmb.c
|
| diff --git a/source/common/ucnv_lmb.c b/source/common/ucnv_lmb.c
|
| index 52aec0c8e7458988988a8d2ee9b4fea1a735a8fc..1d921dd7b37874f8a78f575c7140d114b69998e9 100644
|
| --- a/source/common/ucnv_lmb.c
|
| +++ b/source/common/ucnv_lmb.c
|
| @@ -1,6 +1,6 @@
|
| /*
|
| **********************************************************************
|
| -* Copyright (C) 2000-2011, International Business Machines
|
| +* Copyright (C) 2000-2014, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| **********************************************************************
|
| * file name: ucnv_lmb.cpp
|
| @@ -25,7 +25,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_err.h"
|
| #include "unicode/ucnv.h"
|
| @@ -41,8 +41,6 @@
|
| #include "ascii_a.h"
|
| #endif
|
|
|
| -#define LENGTHOF(array) (int32_t)(sizeof(array)/sizeof((array)[0]))
|
| -
|
| /*
|
| LMBCS
|
|
|
|
|