Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE

llvm-svn: 231255
This commit is contained in:
Marshall Clow 2015-03-04 16:50:02 +00:00
parent 2f99a77487
commit 7945c8a1bb

View 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
{