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
This commit is contained in:
Richard Sandiford 2003-04-25 02:52:57 +00:00 committed by Benjamin Kosnik
parent 9feff11466
commit ee8ce6dbe1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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>
* docs/html/17_intro/howto.html: Update some links.

View File

@ -1,4 +1,4 @@
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
@ -35,7 +35,7 @@ namespace __gnu_cxx
using namespace std;
// 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 std::ctype<char> ctype_c;