[libcxx] Fix the #endif comments (#120949)
The order of comments is swapped.
This commit is contained in:
@@ -116,7 +116,7 @@ void perror(const char* s);
|
|||||||
# undef putchar
|
# undef putchar
|
||||||
# undef getchar
|
# undef getchar
|
||||||
|
|
||||||
# endif
|
# endif // __cplusplus
|
||||||
# endif // defined(__cplusplus) && __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)
|
# endif // _LIBCPP_STDIO_H
|
||||||
|
|
||||||
#endif // _LIBCPP_STDIO_H
|
#endif // defined(__cplusplus) && __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)
|
||||||
|
|||||||
@@ -145,6 +145,6 @@ inline _LIBCPP_HIDE_FROM_ABI lldiv_t div(long long __x, long long __y) _NOEXCEPT
|
|||||||
# endif // _LIBCPP_MSVCRT
|
# endif // _LIBCPP_MSVCRT
|
||||||
} // extern "C++"
|
} // extern "C++"
|
||||||
# endif // __cplusplus
|
# 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)
|
||||||
|
|||||||
@@ -202,6 +202,6 @@ size_t wcsnrtombs(
|
|||||||
} // extern "C"
|
} // extern "C"
|
||||||
# endif // __cplusplus && (_LIBCPP_MSVCRT || __MVS__)
|
# endif // __cplusplus && (_LIBCPP_MSVCRT || __MVS__)
|
||||||
# endif // _LIBCPP_HAS_WIDE_CHARACTERS
|
# 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user