i18n: add caller to removal list for bidi in ICU55
authorMichael Dawson <michael_dawson@ca.ibm.com>
Tue, 29 Sep 2015 14:55:32 +0000 (10:55 -0400)
committerRod Vagg <rod@vagg.org>
Fri, 2 Oct 2015 03:39:24 +0000 (13:39 +1000)
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 <srloomis@us.ibm.com>
tools/icu/icu-generic.gyp

index 4741b33..d6c3f64 100644 (file)
           '../../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',