Mercurial > hg > CbC > CbC_llvm
comparison libcxx/include/stdint.h @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children | 1f2b6ac9f198 |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
1 // -*- C++ -*- | 1 // -*- C++ -*- |
2 //===---------------------------- stdint.h --------------------------------===// | 2 //===----------------------------------------------------------------------===// |
3 // | 3 // |
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | 4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
5 // See https://llvm.org/LICENSE.txt for license information. | 5 // See https://llvm.org/LICENSE.txt for license information. |
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | 6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
7 // | 7 // |
104 */ | 104 */ |
105 | 105 |
106 #include <__config> | 106 #include <__config> |
107 | 107 |
108 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) | 108 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |
109 #pragma GCC system_header | 109 # pragma GCC system_header |
110 #endif | 110 #endif |
111 | 111 |
112 /* C99 stdlib (e.g. glibc < 2.18) does not provide macros needed | 112 /* C99 stdlib (e.g. glibc < 2.18) does not provide macros needed |
113 for C++11 unless __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS | 113 for C++11 unless __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS |
114 are defined | 114 are defined |