diff --git a/libcxx/include/locale.h b/libcxx/include/locale.h --- a/libcxx/include/locale.h +++ b/libcxx/include/locale.h @@ -36,8 +36,7 @@ #include <__config> #if defined(_LIBCPP_HAS_NO_LOCALIZATION) -#error \ - "The Localization library is not supported since libc++ has been configured with LIBCXX_ENABLE_LOCALIZATION disabled" +# error "The Localization library is not supported since libc++ has been configured with LIBCXX_ENABLE_LOCALIZATION disabled" #endif #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)