diff options
| author | Rickard Green <[email protected]> | 2014-06-16 15:09:56 +0200 |
|---|---|---|
| committer | Rickard Green <[email protected]> | 2014-06-16 15:09:56 +0200 |
| commit | 5fb0d815d3b418a605a479c6691e75cee197f3c9 (patch) | |
| tree | ae8eb3c95488f3815406556077b3fadc58db05bd | |
| parent | 4eabd78146594a9cd75eb9dc62ba449f7b6b8eb5 (diff) | |
| download | otp-5fb0d815d3b418a605a479c6691e75cee197f3c9.tar.gz otp-5fb0d815d3b418a605a479c6691e75cee197f3c9.tar.bz2 otp-5fb0d815d3b418a605a479c6691e75cee197f3c9.zip | |
Fix redefinition of ETHR_FORCE_INLINE
| -rw-r--r-- | erts/include/internal/ethread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/include/internal/ethread.h b/erts/include/internal/ethread.h index 230388cce5..a3558167ed 100644 --- a/erts/include/internal/ethread.h +++ b/erts/include/internal/ethread.h @@ -80,6 +80,7 @@ || (defined(__GNUC__) && defined(ERTS_MIXED_CYGWIN_VC)) # undef ETHR_INLINE # define ETHR_INLINE +# undef ETHR_FORCE_INLINE # define ETHR_FORCE_INLINE # undef ETHR_TRY_INLINE_FUNCS #endif |
