I'm told to use __EMSCRIPTEN__ by an Emscripten dev.

This commit is contained in:
Benoit Jacob 2016-02-10 12:48:34 -05:00
parent bfb3fcd94f
commit 9d6f1ad398

View File

@ -100,7 +100,7 @@
#endif
/// \internal EIGEN_COMP_ARM set to 1 if the compiler is ARM Compiler
#if defined(EMSCRIPTEN)
#if defined(__EMSCRIPTEN__)
#define EIGEN_COMP_EMSCRIPTEN 1
#else
#define EIGEN_COMP_EMSCRIPTEN 0