Skip to content

Commit

Permalink
i18n: add caller to removal list for bidi in ICU55
Browse files Browse the repository at this point in the history
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: nodejs#3115
Reviewed-By: Steven Loomis <srloomis@us.ibm.com>
  • Loading branch information
mhdawson committed Sep 30, 2015
1 parent dd8b267 commit 3f62c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/icu/icu-generic.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3f62c40

Please sign in to comment.