diff --git a/libcxx/include/stdio.h b/libcxx/include/stdio.h index 32ab2af5b1865f2..20b845a00b477d7 100644 --- a/libcxx/include/stdio.h +++ b/libcxx/include/stdio.h @@ -116,7 +116,7 @@ void perror(const char* s); # undef putchar # undef getchar -# endif -# endif // defined(__cplusplus) && __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS) +# endif // __cplusplus +# endif // _LIBCPP_STDIO_H -#endif // _LIBCPP_STDIO_H +#endif // defined(__cplusplus) && __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS) diff --git a/libcxx/include/stdlib.h b/libcxx/include/stdlib.h index a37faa1c93aa56b..39550f36bb6ed3f 100644 --- a/libcxx/include/stdlib.h +++ b/libcxx/include/stdlib.h @@ -145,6 +145,6 @@ inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT # endif // _LIBCPP_MSVCRT } // extern "C++" # endif // __cplusplus -# endif // defined(__cplusplus) && __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS) +# endif // _LIBCPP_STDLIB_H -#endif // _LIBCPP_STDLIB_H +#endif // defined(__cplusplus) && __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS) diff --git a/libcxx/include/wchar.h b/libcxx/include/wchar.h index cc72b44f4c6419d..a932dd266b862a2 100644 --- a/libcxx/include/wchar.h +++ b/libcxx/include/wchar.h @@ -202,6 +202,6 @@ size_t wcsnrtombs( } // extern "C" # endif // __cplusplus && (_LIBCPP_MSVCRT || __MVS__) # endif // _LIBCPP_HAS_WIDE_CHARACTERS -# endif // defined(__cplusplus) && __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS) +# endif // _LIBCPP_WCHAR_H -#endif // _LIBCPP_WCHAR_H +#endif // defined(__cplusplus) && __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)