Skip to content

Commit 8c71a92

Browse files
committedJun 2, 2015
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: #1815 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 8357c50 commit 8c71a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/node_i18n.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace node {
99
namespace i18n {
1010

11-
NODE_EXTERN bool InitializeICUDirectory(const char* icu_data_path);
11+
bool InitializeICUDirectory(const char* icu_data_path);
1212

1313
} // namespace i18n
1414
} // namespace node

0 commit comments

Comments
 (0)