c++config, [...]: Correct spelling of "deprecated".

* include/bits/c++config, include/bits/ios_base.h,
	include/bits/std_streambuf.h: Correct spelling of "deprecated".

From-SVN: r37580
This commit is contained in:
Joseph Myers 2000-11-20 08:25:18 +00:00 committed by Joseph Myers
parent 52403abb36
commit 78d58962af
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-11-20 Joseph S. Myers <jsm28@cam.ac.uk>
* include/bits/c++config, include/bits/ios_base.h,
include/bits/std_streambuf.h: Correct spelling of "deprecated".
2000-11-19 Mark Mitchell <mark@codesourcery.com>
* libsupc++/exception_support.cc (__throw_bad_cast): Name it

View File

@ -56,7 +56,7 @@
//#define _GLIBCPP_FULLY_COMPLIANT_HEADERS 1
// To enable older, ARM-style iostreams and other anachronisms use this.
//#define _GLIBCPP_DEPRICATED 1
//#define _GLIBCPP_DEPRECATED 1
// Use corrected code from the committee library group's issues list.
# define _GLIBCPP_RESOLVE_LIB_DEFECTS 1

View File

@ -204,7 +204,7 @@ namespace std {
static const seekdir cur = seekdir(SEEK_CUR);
static const seekdir end = seekdir(SEEK_END);
#ifdef _GLIBCPP_DEPRICATED
#ifdef _GLIBCPP_DEPRECATED
typedef int io_state;
typedef int open_mode;
typedef int seek_dir;

View File

@ -484,7 +484,7 @@ namespace std {
overflow(int_type /* __c */ = traits_type::eof())
{ return traits_type::eof(); }
#ifdef _GLIBCPP_DEPRICATED
#ifdef _GLIBCPP_DEPRECATED
public:
void
stossc()