From b56e8587aff9d8766a673f51b2d9c525e1535d84 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 18 Mar 2013 17:45:34 +0000 Subject: Removed raw references to __APPLE__; now just check to see if it is defined. llvm-svn: 177297 --- libcxx/include/iterator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/include/iterator') diff --git a/libcxx/include/iterator b/libcxx/include/iterator index 59e33900de9..3b078a2a214 100644 --- a/libcxx/include/iterator +++ b/libcxx/include/iterator @@ -317,7 +317,7 @@ template T* end(T (&array)[N]); #include #include #include -#if __APPLE__ +#ifdef __APPLE__ #include #endif -- cgit v1.2.3