commit | b56e8587aff9d8766a673f51b2d9c525e1535d84 | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow@qualcomm.com> | Mon Mar 18 17:45:34 2013 +0000 |
committer | Marshall Clow <mclow@qualcomm.com> | Mon Mar 18 17:45:34 2013 +0000 |
tree | c4c634ec98a9e66df29d6d01254590677ba20b85 | |
parent | e8f1cf478bc7bd8d6e7088a6e4c97d32ae6002c6 [diff] [blame] |
Removed raw references to __APPLE__; now just check to see if it is defined. llvm-svn: 177297
diff --git a/libcxx/include/iterator b/libcxx/include/iterator index 59e3390..3b078a2 100644 --- a/libcxx/include/iterator +++ b/libcxx/include/iterator
@@ -317,7 +317,7 @@ #include <type_traits> #include <cstddef> #include <iosfwd> -#if __APPLE__ +#ifdef __APPLE__ #include <Availability.h> #endif