diff options
Diffstat (limited to 'libcxx/include/complex.h')
-rw-r--r-- | libcxx/include/complex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/complex.h b/libcxx/include/complex.h index 95aaa71ef21..4960944a1ed 100644 --- a/libcxx/include/complex.h +++ b/libcxx/include/complex.h @@ -22,11 +22,11 @@ #include <ccomplex> -#else +#else // __cplusplus #include_next <complex.h> -#endif +#endif // __cplusplus #pragma GCC system_header |