commit | e59f724f79c5388d6b0a7794fd6d610783bec62d | [log] [tgz] |
---|---|---|
author | Sean Hunt <scshunt@csclub.uwaterloo.ca> | Sat Jul 09 01:09:31 2011 +0000 |
committer | Sean Hunt <scshunt@csclub.uwaterloo.ca> | Sat Jul 09 01:09:31 2011 +0000 |
tree | ad8f3156818373ce7c933d3e7b961b0c134d2e65 | |
parent | 62a6ac33a217b0e5a4c42367c6b72e51497246ae [diff] [blame] |
Conditionally wrap the changes from r134781. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134783 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__config b/include/__config index b138510..239f0a2 100644 --- a/include/__config +++ b/include/__config
@@ -285,4 +285,8 @@ #define __has_feature(__x) 0 #endif +#ifdef __APPLE__ +#define _LIBCPP_STABLE_APPLE_ABI +#endif + #endif // _LIBCPP_CONFIG