From 7945c8a1bb4d24885993cc65711fc9a64038945e Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 4 Mar 2015 16:50:02 +0000 Subject: [PATCH] Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE llvm-svn: 231255 --- libcxx/src/locale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp index d63df20..2115340 100644 --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -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::mask* ctype::classic_table() _NOEXCEPT { -- 2.7.4