diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-01 00:37:18 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-01 00:37:18 +0000 |
commit | dcfea69845e655c8703b15cb821d55f50dc08281 (patch) | |
tree | 5ccb5ca50ad6136fb783924feb908d6c96eb7e2d /libstdc++-v3/acinclude.m4 | |
parent | 41edef811973b51d13b05e9e476f0f6f883a636d (diff) | |
download | gcc-dcfea69845e655c8703b15cb821d55f50dc08281.tar.gz |
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2103
* include/bits/c++config (__GLIBCPP__): Bump number in
anticipation of 2.92.
* include/bits/codecvt.h: Fix typo.
* include/bits/basic_file.h (__basic_file): Don't use _M_wfile for
stdio model.
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Enable wchar_t
instantiations for stdio model.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40140 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r-- | libstdc++-v3/acinclude.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 2f3ef74abde..5c5d99e41d5 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -1163,8 +1163,6 @@ AC_DEFUN(GLIBCPP_ENABLE_CSTDIO, [ # We're not using stdio. need_libio=no need_wlibio=no - # Wide characters are not supported with this package. - enable_c_mbchar=no ;; *) echo "$enable_cstdio is an unknown io package" 1>&2 |