Sha256: 029c83d2b045ec61af1c21fc5d1882324f3ae433f001a56aa3c3cf8a90d9c1e5

Contents?: true

Size: 526 Bytes

Versions: 5

Compression:

Stored size: 526 Bytes

Contents

/*
**********************************************************************
*   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() {}

Version data entries

5 entries across 4 versions & 1 rubygems

Version Path
node-compiler-0.9.1 vendor/node/tools/icu/no-op.cc
node-compiler-0.9.0 vendor/node-v7.2.1/tools/icu/no-op.cc
node-compiler-0.8.0 vendor/node-v7.2.0/tools/icu/no-op.cc
node-compiler-0.7.0 vendor/node-v6.9.1/tools/icu/no-op.cc
node-compiler-0.7.0 vendor/node-v7.1.0/tools/icu/no-op.cc