/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/icu/no-op.cc
18 строк
526 B
Steven R. Loomis
build, i18n: improve Intl build, add "--with-intl"
01 окт 2014, 23:16
01 окт 2014, 23:16
ac2857b
Код
Авторство
О чём код?
/* ********************************************************************** * Copyright (C) 2014, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * */ // // ICU needs the C++, not the C linker to be used, even if the main function // is in C. // // This is a dummy function just to get gyp to compile some internal // tools as C++. // // It should not appear in production node binaries. extern void icu_dummy_cxx() {}