[libcxx] r231255 - Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE

Marshall Clow mclow.lists at gmail.com
Wed Mar 4 08:50:03 PST 2015


Author: marshall
Date: Wed Mar  4 10:50:02 2015
New Revision: 231255

URL: http://llvm.org/viewvc/llvm-project?rev=231255&view=rev
Log:
Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE

Modified:
    libcxx/trunk/src/locale.cpp

Modified: libcxx/trunk/src/locale.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/src/locale.cpp?rev=231255&r1=231254&r2=231255&view=diff
==============================================================================
--- libcxx/trunk/src/locale.cpp (original)
+++ libcxx/trunk/src/locale.cpp Wed Mar  4 10:50:02 2015
@@ -1016,7 +1016,7 @@ extern "C" const int ** __ctype_tolower_
 extern "C" const int ** __ctype_toupper_loc();
 #endif
 
-#ifdef _LIBCPP_HAS_DEFAULT_RUNE_TABLE
+#ifdef _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
 const ctype<char>::mask*
 ctype<char>::classic_table()  _NOEXCEPT
 {





More information about the cfe-commits mailing list