| OLD | NEW |
| 1 // -*- C++ -*- | 1 // -*- C++ -*- |
| 2 //===--------------------------- __config ---------------------------------===// | 2 //===--------------------------- __config ---------------------------------===// |
| 3 // | 3 // |
| 4 // The LLVM Compiler Infrastructure | 4 // The LLVM Compiler Infrastructure |
| 5 // | 5 // |
| 6 // This file is dual licensed under the MIT and the University of Illinois Open | 6 // This file is dual licensed under the MIT and the University of Illinois Open |
| 7 // Source Licenses. See LICENSE.TXT for details. | 7 // Source Licenses. See LICENSE.TXT for details. |
| 8 // | 8 // |
| 9 //===----------------------------------------------------------------------===// | 9 //===----------------------------------------------------------------------===// |
| 10 | 10 |
| (...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 #define _LIBCPP_HAS_GCC_ATOMIC_IMP | 819 #define _LIBCPP_HAS_GCC_ATOMIC_IMP |
| 820 #endif | 820 #endif |
| 821 | 821 |
| 822 #if (!defined(_LIBCPP_HAS_C_ATOMIC_IMP) && !defined(_LIBCPP_HAS_GCC_ATOMIC_IMP))
\ | 822 #if (!defined(_LIBCPP_HAS_C_ATOMIC_IMP) && !defined(_LIBCPP_HAS_GCC_ATOMIC_IMP))
\ |
| 823 || defined(_LIBCPP_HAS_NO_THREADS) | 823 || defined(_LIBCPP_HAS_NO_THREADS) |
| 824 #define _LIBCPP_HAS_NO_ATOMIC_HEADER | 824 #define _LIBCPP_HAS_NO_ATOMIC_HEADER |
| 825 #endif | 825 #endif |
| 826 | 826 |
| 827 #endif // __cplusplus | 827 #endif // __cplusplus |
| 828 | 828 |
| 829 #define _LIBCPP_COUNTING_ALLOCATOR |
| 830 |
| 829 #endif // _LIBCPP_CONFIG | 831 #endif // _LIBCPP_CONFIG |
| OLD | NEW |