Add version number to this library so we can recognize when we're using it.

llvm-svn: 149632
This commit is contained in:
Howard Hinnant 2012-02-02 20:47:05 +00:00
parent 67e5863cd9
commit 90ef25c05e
1 changed files with 1 additions and 2 deletions

View File

@ -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