<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 5, 2017 at 3:25 PM, Saleem Abdulrasool via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Author: compnerd<br>
Date: Thu Jan  5 17:25:44 2017<br>
New Revision: 291192<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=291192&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=291192&view=rev</a><br>
Log:<br>
config_elast: fix typo (NFC)<br>
<br>
Missed the original typo which was duplicated.  NFC.<br>
<br>
Modified:<br>
    libcxx/trunk/src/include/<wbr>config_elast.h<br>
<br>
Modified: libcxx/trunk/src/include/<wbr>config_elast.h<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/libcxx/trunk/src/include/config_elast.h?rev=291192&r1=291191&r2=291192&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/libcxx/trunk/src/<wbr>include/config_elast.h?rev=<wbr>291192&r1=291191&r2=291192&<wbr>view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- libcxx/trunk/src/include/<wbr>config_elast.h (original)<br>
+++ libcxx/trunk/src/include/<wbr>config_elast.h Thu Jan  5 17:25:44 2017<br>
@@ -30,7 +30,7 @@<br>
 // No _LIBCPP_ELAST needed on Apple<br>
 #elif defined(__sun__)<br>
 #define _LIBCPP_ELAST ESTALE<br>
-#elif defined(_LIBCPP_MSCVRT)<br>
+#elif defined(_LIBCPP_MSVCRT)<br>
 #define _LIBCPP_ELAST _sys_nerr<br></blockquote><div><br></div><div>Isn't ELAST supposed to point to a valid error number? Shouldn't this be _sys_nerr-1?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 #else<br>
 // Warn here so that the person doing the libcxx port has an easier time:<br>
<br>
<br>
______________________________<wbr>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div></div>