<html><body>
<p><font size="2" face="sans-serif">Oops, thanks for spotting the typo.  Corrected as follows.  Sorry for the inconvenience</font><br>
<br>
<font size="2" face="sans-serif">diff -ruN libcxx.orig/include/__locale libcxx/include/__locale</font><br>
<font size="2" face="sans-serif">--- libcxx.orig/include/__locale        2013-08-28 14:21:40.710242854 -0400</font><br>
<font size="2" face="sans-serif">+++ libcxx/include/__locale     2013-08-30 07:05:39.130242375 -0400</font><br>
<font size="2" face="sans-serif">@@ -363,7 +363,7 @@</font><br>
<font size="2" face="sans-serif"> # else</font><br>
<font size="2" face="sans-serif">     static const mask blank  = _CTYPE_B;</font><br>
<font size="2" face="sans-serif"> # endif</font><br>
<font size="2" face="sans-serif">-#elif defined(__sun__) && defined(_AIX)</font><br>
<font size="2" face="sans-serif">+#elif defined(__sun__) || defined(_AIX)</font><br>
<font size="2" face="sans-serif">     typedef unsigned int mask;</font><br>
<font size="2" face="sans-serif">     static const mask space  = _ISSPACE;</font><br>
<font size="2" face="sans-serif">     static const mask print  = _ISPRINT;</font><br>
<font size="2" face="sans-serif"><br>
Thanks,<br>
Xing Xue<br>
</font><br>
<tt><font size="2"><br>
Date: Fri, 30 Aug 2013 07:20:59 +0700<br>
From: "C. Bergstr?m" <cbergstrom@pathscale.com><br>
To: cfe-commits@cs.uiuc.edu<br>
Subject: Nit: libcxx @189623 - Xing Xue: Some minor changes for IBM<br>
                 XLC++/AIX.<br>
Message-ID: <521FE56B.9060605@pathscale.com><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
<br>
This is probably not correct<br>
It's unlikely that anyone would define both __sun__ and _AIX<br>
--------<br>
+#elif defined(__sun__) && defined(_AIX)</font></tt></body></html>