mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
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:
parent
9feff11466
commit
ee8ce6dbe1
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user