From 6b8c10a3983644c5a1bf8632cd71068eab2e96c6 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 10 Sep 2015 02:39:41 +0000 Subject: [PATCH] ICU-11826 fix makeconv linkage change that broke on non-Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You can please some of the platforms some of the time… X-SVN-Rev: 37933 --- icu4c/source/tools/makeconv/makeconv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/makeconv/makeconv.cpp b/icu4c/source/tools/makeconv/makeconv.cpp index 4bcddc53396..e7e4f33e982 100644 --- a/icu4c/source/tools/makeconv/makeconv.cpp +++ b/icu4c/source/tools/makeconv/makeconv.cpp @@ -71,7 +71,7 @@ cleanupConvData(ConvData *data) { /* * from ucnvstat.c - static prototypes of data-based converters */ -U_CAPI extern const UConverterStaticData * ucnv_converterStaticData[UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES]; +U_CAPI const UConverterStaticData * ucnv_converterStaticData[UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES]; /* * Global - verbosity