diff options
Diffstat (limited to 'libcxx/include/__cxx03/array')
| -rw-r--r-- | libcxx/include/__cxx03/array | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/include/__cxx03/array b/libcxx/include/__cxx03/array index 2686dd85668b..74dc287aa54d 100644 --- a/libcxx/include/__cxx03/array +++ b/libcxx/include/__cxx03/array @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef _LIBCPP_ARRAY -#define _LIBCPP_ARRAY +#ifndef _LIBCPP___CXX03_ARRAY +#define _LIBCPP___CXX03_ARRAY /* array synopsis @@ -511,4 +511,4 @@ _LIBCPP_POP_MACROS # include <__cxx03/utility> #endif -#endif // _LIBCPP_ARRAY +#endif // _LIBCPP___CXX03_ARRAY |
