From e917d804dbb73c6bb938576596549a0ca3328893 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 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@231255 91177308-0d34-0410-b5e6-96231b3b80d8 --- src/locale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale.cpp b/src/locale.cpp index d63df204..2115340f 100644 --- a/src/locale.cpp +++ b/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 {