diff options
| author | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-18 04:29:28 +0000 |
|---|---|---|
| committer | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-18 04:29:28 +0000 |
| commit | 7bcbc7ac6043379845b7964a42bd1cf0d6766cec (patch) | |
| tree | 0b8451e3f1bf03ad81dcfa9865754d4c095cad2f | |
| parent | bc0fa39ede51d8aa41c4f141ae1d20e1e442708d (diff) | |
| download | ppe42-gcc-7bcbc7ac6043379845b7964a42bd1cf0d6766cec.tar.gz ppe42-gcc-7bcbc7ac6043379845b7964a42bd1cf0d6766cec.zip | |
2002-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
* config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48979 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/config/os/irix/irix6.5/bits/ctype_noninline.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1e8e7ade726..603c5aff66d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-01-18 David Billinghurst <David.Billinghurst@riotinto.com> + + * config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo + 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com> * testsuite/testsuite_hooks.h: Fix comment typo. Memory diff --git a/libstdc++-v3/config/os/irix/irix6.5/bits/ctype_noninline.h b/libstdc++-v3/config/os/irix/irix6.5/bits/ctype_noninline.h index f53f601fcb8..73676f0c58c 100644 --- a/libstdc++-v3/config/os/irix/irix6.5/bits/ctype_noninline.h +++ b/libstdc++-v3/config/os/irix/irix6.5/bits/ctype_noninline.h @@ -36,7 +36,6 @@ // Data for classic_table(). const ctype_base::mask* ctype<char>::_S_ctable; - ctype<char>::ctype(const mask* __tab ctype<char>::ctype(__c_locale, const mask* __table, bool __del, size_t __refs) : __ctype_abstract_base<char>(__refs), _M_del(__table != 0 && __del), |

