forked from OSchip/llvm-project
Add version number to this library so we can recognize when we're using it.
llvm-svn: 149632
This commit is contained in:
parent
67e5863cd9
commit
90ef25c05e
|
@ -18,9 +18,9 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define _LIBCPPABI_VERSION 1001
|
||||
#define LIBCXXABI_NORETURN __attribute__((noreturn))
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
namespace std {
|
||||
|
@ -167,7 +167,6 @@ extern bool __cxa_uncaught_exception() throw();
|
|||
|
||||
} // extern "C"
|
||||
} // namespace __cxxabiv1
|
||||
namespace abi = __cxxabiv1;
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
|
|
Loading…
Reference in New Issue