summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/config/locale/gnu/c_locale.cc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/config/locale/gnu/c_locale.cc')
-rw-r--r--contrib/libstdc++/config/locale/gnu/c_locale.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libstdc++/config/locale/gnu/c_locale.cc b/contrib/libstdc++/config/locale/gnu/c_locale.cc
index 188f3a2..065e10a 100644
--- a/contrib/libstdc++/config/locale/gnu/c_locale.cc
+++ b/contrib/libstdc++/config/locale/gnu/c_locale.cc
@@ -1,6 +1,6 @@
// Wrapper for underlying C-language localization -*- C++ -*-
-// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2003 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
@@ -36,7 +36,7 @@
#include <locale>
#include <stdexcept>
#include <langinfo.h>
-#include "c++locale_internal.h"
+#include <bits/c++locale_internal.h>
namespace std
{
@@ -191,9 +191,9 @@ namespace std
+ _S_extra_categories_size] =
{
"LC_CTYPE",
- "LC_NUMERIC",
- "LC_COLLATE",
+ "LC_NUMERIC",
"LC_TIME",
+ "LC_COLLATE",
"LC_MONETARY",
"LC_MESSAGES",
"LC_PAPER",
OpenPOWER on IntegriCloud