summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-10-05 13:38:23 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-10-05 13:38:23 +0000
commit69c3cb85abe3c797c5194781c65a339da610a923 (patch)
tree1e151c75e71415b5468f795f79bce214ad857ce8
parent7681b41720e359242c7837dd65d0c2ac51ead437 (diff)
downloadbcm5719-llvm-69c3cb85abe3c797c5194781c65a339da610a923.tar.gz
bcm5719-llvm-69c3cb85abe3c797c5194781c65a339da610a923.zip
Thanks Sebastian\!
llvm-svn: 115612
-rw-r--r--libcxx/include/__config2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config
index 7cc07fac3a0..d8b0a99a1f5 100644
--- a/libcxx/include/__config
+++ b/libcxx/include/__config
@@ -249,7 +249,7 @@ template <unsigned> struct __static_assert_check {};
#define constexpr const
#endif
-#ifndef __has_feature(__x)
+#ifndef __has_feature
#define __has_feature(__x) 0
#endif
OpenPOWER on IntegriCloud