src: hide InitializeICUDirectory symbol
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 27 May 2015 19:25:04 +0000 (21:25 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 2 Jun 2015 19:44:18 +0000 (21:44 +0200)
commit8c71a9241d3ff7eb29b3ee7b32bc7d7c2cd7ea3c
tree7af33f3f435161a6e0f5fa96fe44962cd2d626a7
parent8357c5084bf133efa36f727d6f10c3722cb26aa5
src: hide InitializeICUDirectory symbol

Exporting it seems like an oversight.  It's not safe to call once
V8 is running so there doesn't seem to be a point in exporting it
to add-ons.  Un-export it.

PR-URL: https://github.com/nodejs/io.js/pull/1815
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
src/node_i18n.h