aboutsummaryrefslogtreecommitdiffstats
path: root/erts/include/internal
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2014-06-16 15:09:56 +0200
committerRickard Green <[email protected]>2014-06-16 15:09:56 +0200
commit5fb0d815d3b418a605a479c6691e75cee197f3c9 (patch)
treeae8eb3c95488f3815406556077b3fadc58db05bd /erts/include/internal
parent4eabd78146594a9cd75eb9dc62ba449f7b6b8eb5 (diff)
downloadotp-5fb0d815d3b418a605a479c6691e75cee197f3c9.tar.gz
otp-5fb0d815d3b418a605a479c6691e75cee197f3c9.tar.bz2
otp-5fb0d815d3b418a605a479c6691e75cee197f3c9.zip
Fix redefinition of ETHR_FORCE_INLINE
Diffstat (limited to 'erts/include/internal')
-rw-r--r--erts/include/internal/ethread.h1
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