Commit ee8ce6db by Richard Sandiford Committed by Benjamin Kosnik

localename.cc (__gnu_cxx::facet_vec): Correct types.


2003-04-24  Richard Sandiford  <rsandifo@redhat.com>

	* src/localename.cc (__gnu_cxx::facet_vec): Correct types.

From-SVN: r66061
parent 9feff114
2003-04-24 Richard Sandiford <rsandifo@redhat.com>
* src/localename.cc (__gnu_cxx::facet_vec): Correct types.
2003-04-24 Phil Edwards <pme@gcc.gnu.org> 2003-04-24 Phil Edwards <pme@gcc.gnu.org>
* docs/html/17_intro/howto.html: Update some links. * docs/html/17_intro/howto.html: Update some links.
......
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
// Free Software Foundation, Inc. // Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
...@@ -35,7 +35,7 @@ namespace __gnu_cxx ...@@ -35,7 +35,7 @@ namespace __gnu_cxx
using namespace std; using namespace std;
// Defined in globals.cc. // Defined in globals.cc.
extern locale::facet** facet_vec; extern locale::facet* facet_vec[_GLIBCPP_NUM_FACETS];
extern char* facet_name[6 + _GLIBCPP_NUM_CATEGORIES]; extern char* facet_name[6 + _GLIBCPP_NUM_CATEGORIES];
extern std::ctype<char> ctype_c; extern std::ctype<char> ctype_c;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment