commit | c26fd8061eaf3c6024d418b92742f07ef2215dbe | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Tue May 31 13:13:49 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Tue May 31 13:13:49 2011 +0000 |
tree | 2e5073d25f31c8344f3fc39bdb3176eae128c8ba | |
parent | a6119a86c5285b013a4910674a0c5e3c688e5edc [diff] [blame] |
Add _ATTRIBUTE macro for gcc: Justin Hibbits git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132334 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__config b/include/__config index 86ce000..fea7a96 100644 --- a/include/__config +++ b/include/__config
@@ -183,6 +183,8 @@ #elif defined(__GNUC__) +#define _ATTRIBUTE(x) __attribute__((x)) + #if !__EXCEPTIONS #define _LIBCPP_NO_EXCEPTIONS #endif