diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2015-03-04 16:50:02 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2015-03-04 16:50:02 +0000 |
commit | 7945c8a1bb4d24885993cc65711fc9a64038945e (patch) | |
tree | c64af9b9b35177f62b5fea40d8722b671164a3ca /libcxx/src | |
parent | 2f99a7748711c9b6e9f182b576f27635ca0dc448 (diff) | |
download | bcm5719-llvm-7945c8a1bb4d24885993cc65711fc9a64038945e.tar.gz bcm5719-llvm-7945c8a1bb4d24885993cc65711fc9a64038945e.zip |
Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
llvm-svn: 231255
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/locale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp index d63df2045f9..2115340f0b5 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<char>::mask* ctype<char>::classic_table() _NOEXCEPT { |