diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-21 20:43:10 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-21 20:43:10 -0800 |
commit | 8aa6919b7acf0b4034735ac7ee597e946fefaf4d (patch) | |
tree | 3ba77ead655e88db79243d4e00abcc73df5d3402 /system/lib/libcxxabi/src/cxa_exception.hpp | |
parent | 06bfe6541d88fda62a6b531e16250c63d85dcfe6 (diff) | |
parent | 160cc728e0839e441897d951fa61020bc2176717 (diff) |
merge incoming
Diffstat (limited to 'system/lib/libcxxabi/src/cxa_exception.hpp')
-rw-r--r-- | system/lib/libcxxabi/src/cxa_exception.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/lib/libcxxabi/src/cxa_exception.hpp b/system/lib/libcxxabi/src/cxa_exception.hpp index cf019d4c..66f05c45 100644 --- a/system/lib/libcxxabi/src/cxa_exception.hpp +++ b/system/lib/libcxxabi/src/cxa_exception.hpp @@ -11,6 +11,9 @@ // //===----------------------------------------------------------------------===// +#ifndef _CXA_EXCEPTION_H +#define _CXA_EXCEPTION_H + #include <exception> // for std::unexpected_handler and std::terminate_handler #include <cxxabi.h> #include "unwind.h" @@ -116,3 +119,5 @@ static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask #pragma GCC visibility pop } + +#endif // _CXA_EXCEPTION_H |