Make complex.h play nice with C
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@109791 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3dcca049b
commit
d78b315935
@ -18,8 +18,16 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
|
||||||
#include <ccomplex>
|
#include <ccomplex>
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
#include_next <complex.h>
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
|
|
||||||
#endif // _LIBCPP_COMPLEX_H
|
#endif // _LIBCPP_COMPLEX_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user