Mercurial > hg > CbC > CbC_llvm
comparison libcxx/include/setjmp.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 //===--------------------------- setjmp.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 // |
26 */ | 26 */ |
27 | 27 |
28 #include <__config> | 28 #include <__config> |
29 | 29 |
30 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) | 30 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |
31 #pragma GCC system_header | 31 # pragma GCC system_header |
32 #endif | 32 #endif |
33 | 33 |
34 #include_next <setjmp.h> | 34 #include_next <setjmp.h> |
35 | 35 |
36 #ifdef __cplusplus | 36 #ifdef __cplusplus |