From: Michael Dawson Date: Tue, 29 Sep 2015 14:55:32 +0000 (-0400) Subject: i18n: add caller to removal list for bidi in ICU55 X-Git-Tag: v4.1.2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0b35bfcf3856da668c987e2920548da780cde01;p=platform%2Fupstream%2Fnodejs.git i18n: add caller to removal list for bidi in ICU55 For ICU 55 we are currently stripping out bidi and the callers. AIX is more pedantic and identified an additional caller than needed to be stripped out. This PR adds that caller to those stripped out. PR-URL: https://github.com/nodejs/node/pull/3115 Reviewed-By: Steven Loomis --- diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp index 4741b33..d6c3f64 100644 --- a/tools/icu/icu-generic.gyp +++ b/tools/icu/icu-generic.gyp @@ -396,6 +396,7 @@ '../../deps/icu/source/common/ushape.cpp', '../../deps/icu/source/common/usprep.cpp', '../../deps/icu/source/common/uts46.cpp', + '../../deps/icu/source/common/uidna.cpp', ]}], [ 'OS == "solaris"', { 'defines': [ '_XOPEN_SOURCE_EXTENDED=0',