From: Marshall Clow Date: Wed, 4 Mar 2015 16:50:02 +0000 (+0000) Subject: Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PRO... X-Git-Tag: llvmorg-3.7.0-rc1~10177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7945c8a1bb4d24885993cc65711fc9a64038945e;p=platform%2Fupstream%2Fllvm.git Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE llvm-svn: 231255 --- 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 {