diff options
| author | click <none@none> | 2010-08-16 11:23:20 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-08-16 11:23:20 +0200 |
| commit | 29c2520506e12bbae669fbd190901443eca2f2a5 (patch) | |
| tree | 9073ecd189c4d7ce3123469f655f3ffc61ba163f /externals/ace/config-macosx-snowleopard.h | |
| parent | b4bef54b7a6be1b25d670c3f630b1c4370da7757 (diff) | |
Core/external : Reinstate ACE 5.8.1 (tested and building)
--HG--
branch : trunk
Diffstat (limited to 'externals/ace/config-macosx-snowleopard.h')
| -rw-r--r-- | externals/ace/config-macosx-snowleopard.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/externals/ace/config-macosx-snowleopard.h b/externals/ace/config-macosx-snowleopard.h index f9b3522a5aa..09e9458d6b9 100644 --- a/externals/ace/config-macosx-snowleopard.h +++ b/externals/ace/config-macosx-snowleopard.h @@ -1,10 +1,17 @@ -// $Id: config-macosx-snowleopard.h 87236 2009-10-27 08:21:42Z wotte $ +// $Id: config-macosx-snowleopard.h 91093 2010-07-15 09:12:20Z wotte $ #ifndef ACE_CONFIG_MACOSX_SNOWLEOPARD_H #define ACE_CONFIG_MACOSX_SNOWLEOPARD_H + #include "ace/config-macosx-leopard.h" +#ifdef __clang__ +#ifdef ACE_HAS_GCC_ATOMIC_BUILTINS +#undef ACE_HAS_GCC_ATOMIC_BUILTINS +#endif +#endif + // This header has been deprecated in Snow Leopard. #define ACE_LACKS_UCONTEXT_H -#endif ACE_CONFIG_MACOSX_SNOWLEOPARD_H +#endif // ACE_CONFIG_MACOSX_SNOWLEOPARD_H |
