From 90ef25c05ed63aab61a946231332e2e708eb6b8d Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 2 Feb 2012 20:47:05 +0000 Subject: Add version number to this library so we can recognize when we're using it. llvm-svn: 149632 --- libcxxabi/include/cxxabi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcxxabi') diff --git a/libcxxabi/include/cxxabi.h b/libcxxabi/include/cxxabi.h index 6d04555148e..3ae8478bc12 100644 --- a/libcxxabi/include/cxxabi.h +++ b/libcxxabi/include/cxxabi.h @@ -18,9 +18,9 @@ #include #include +#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 -- cgit v1.2.3