mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 01:16:36 +00:00
[libcxx] Fix the #endif comments (#120949)
The order of comments is swapped.
This commit is contained in:
parent
d039ac3955
commit
902e62cf15
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user