mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
[libc++][NFC] Fix header guard for <typeinfo>
This commit is contained in:
parent
2c3c1902a3
commit
99941f6308
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef __LIBCPP_TYPEINFO
|
||||
#define __LIBCPP_TYPEINFO
|
||||
#ifndef _LIBCPP_TYPEINFO
|
||||
#define _LIBCPP_TYPEINFO
|
||||
|
||||
/*
|
||||
|
||||
@ -419,4 +419,4 @@ _LIBCPP_END_NAMESPACE_STD
|
||||
# include <type_traits>
|
||||
#endif
|
||||
|
||||
#endif // __LIBCPP_TYPEINFO
|
||||
#endif // _LIBCPP_TYPEINFO
|
||||
|
Loading…
Reference in New Issue
Block a user