summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2011-08-02 05:01:17 +0000
committerNick Kledzik <kledzik@apple.com>2011-08-02 05:01:17 +0000
commitf72cdd5b49372fa50dbc79d712615b4b35b00796 (patch)
tree2959715f652b84ae612d3e74cb0b0b0fbc7c9021 /include
parentf4429fe226241f3c537c3f5068518da9d1ab0de2 (diff)
make LIBCXXABI_NORETURN be the right attribute
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@136680 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/cxxabi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cxxabi.h b/include/cxxabi.h
index 79b5597..196e230 100644
--- a/include/cxxabi.h
+++ b/include/cxxabi.h
@@ -18,7 +18,7 @@
#include <stddef.h>
#include <stdint.h>
-#define LIBCXXABI_NORETURN
+#define LIBCXXABI_NORETURN __attribute__((noreturn))
namespace std {
class type_info; // forward declaration