]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c++config, [...]: Correct spelling of "deprecated".
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 20 Nov 2000 08:25:18 +0000 (08:25 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 20 Nov 2000 08:25:18 +0000 (08:25 +0000)
* include/bits/c++config, include/bits/ios_base.h,
include/bits/std_streambuf.h: Correct spelling of "deprecated".

From-SVN: r37580

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/c++config
libstdc++-v3/include/bits/ios_base.h
libstdc++-v3/include/bits/std_streambuf.h

index bec0beae1b7ce5a27d9f86248e99a590382907c0..bda9b4596d6b6d17e1ec2b67d5eb4f50fb3df905 100644 (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 
index 90e8e0f60a3327e7e8f0e75bdb1454a11ff9780d..f175d3b7125de8e52a059823446207ab608f0129 100644 (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
index 594621455220bbbf6b33adf89cb39260f871e75c..a753177a413e90d4e5bc70275dd00ad84f9bc829 100644 (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;
index 774046b666625dab7feef9d7cc025cdddbb37185..f4d65aeaae6c21bb6854ed31f582bfd5d49087f2 100644 (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()