diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-20 12:21:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-20 12:21:51 +0000 |
commit | bf0521a145614c7ea50c410e71dd8d4a46f10151 (patch) | |
tree | 5e8d124a1069319a1889f86df2ba629433624ceb /libstdc++/string | |
parent | 1d04086fdc98b52c5c7afe54448304d08f4f40e3 (diff) | |
download | gcc-bf0521a145614c7ea50c410e71dd8d4a46f10151.tar.gz |
* string, std/straits.h, std/bastring.h: Revert recent change. Needs
some libiberty support before it can be re-enabled.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++/string')
-rw-r--r-- | libstdc++/string | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++/string b/libstdc++/string index 3865c418b21..fa6f1abaa70 100644 --- a/libstdc++/string +++ b/libstdc++/string @@ -7,7 +7,7 @@ extern "C++" { typedef basic_string <char> string; -typedef basic_string <wchar_t> wstring; +// typedef basic_string <wchar_t> wstring; } // extern "C++" #endif |