Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PRO...
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 4 Mar 2015 16:50:02 +0000 (16:50 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 4 Mar 2015 16:50:02 +0000 (16:50 +0000)
llvm-svn: 231255

libcxx/src/locale.cpp

index d63df20..2115340 100644 (file)
@@ -1016,7 +1016,7 @@ extern "C" const int ** __ctype_tolower_loc();
 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
 {