diff options
Diffstat (limited to 'libstdc++-v3/include/c/std_clocale.h')
-rw-r--r-- | libstdc++-v3/include/c/std_clocale.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libstdc++-v3/include/c/std_clocale.h b/libstdc++-v3/include/c/std_clocale.h index 69ea1f6912c..6ac30a77fd7 100644 --- a/libstdc++-v3/include/c/std_clocale.h +++ b/libstdc++-v3/include/c/std_clocale.h @@ -1,6 +1,6 @@ // -*- C++ -*- forwarding header. -// Copyright (C) 2000 Free Software Foundation, Inc. +// Copyright (C) 2000, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -31,12 +31,11 @@ // ISO C++ 14882: 18.2.2 Implementation properties: C library // -// Note: This is not a conforming implementation. - -#ifndef _CPP_CLOCALE -#define _CPP_CLOCALE 1 +#ifndef _CLOCALE +#define _CLOCALE 1 #pragma GCC system_header -#include <locale.h> + +#include_next <locale.h> #endif |