From be3d117702db7dc87b1ad12a365e472bb8846f89 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 11 Mar 2014 17:18:47 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20misguided=20#elif=20-=20it=20checked=20th?= =?UTF-8?q?e=20value=20of=20=5FAIX=20instead=20of=20defined(=5FAIX).=20Tha?= =?UTF-8?q?nks=20to=20Johan=20Bergstr=C3=B6m=20for=20the=20bug=20report.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@203589 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/__locale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/__locale b/include/__locale index 6d75162a..fb5b196c 100644 --- a/include/__locale +++ b/include/__locale @@ -21,7 +21,7 @@ #include #if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__) # include -#elif _AIX +#elif defined(_AIX) # include #elif (defined(__GLIBC__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun__)) || defined(__EMSCRIPTEN__) || defined(__IBMCPP__) # include