diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-02 21:38:26 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-02 21:38:26 +0000 |
commit | 5f98b192ff4e08e7033ef3b5db370623ed4ba113 (patch) | |
tree | 1dc94c02939bb98325e5fbf7ee1ea12d51df1528 /libstdc++-v3/libio | |
parent | 4dac543a3c5e70137b66f221727690d43c538171 (diff) | |
download | gcc-5f98b192ff4e08e7033ef3b5db370623ed4ba113.tar.gz |
2001-03-02 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>
* include/bits/istream.tcc: change type of __extracted to __size_type
2001-03-02 Benjamin Kosnik <bkoz@redhat.com>
* src/wstring-inst.cc: New file.
* src/Makefile.am (EXTRA_LTLIBRARIES): Remove.
(libinst_wstring_la_SOURCES): Remove.
(libstdc___la_LIBADD): Remove libinst_wstring_la.
(sources): Add wstring-inst.cc
* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Remove
libinst_wstring_la.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40192 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libio')
-rw-r--r-- | libstdc++-v3/libio/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/libio/Makefile.in b/libstdc++-v3/libio/Makefile.in index fd11e1130eb..a08b1490db6 100644 --- a/libstdc++-v3/libio/Makefile.in +++ b/libstdc++-v3/libio/Makefile.in @@ -104,7 +104,6 @@ glibcpp_toolexecdir = @glibcpp_toolexecdir@ glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@ gxx_include_dir = @gxx_include_dir@ ifGNUmake = @ifGNUmake@ -libinst_wstring_la = @libinst_wstring_la@ libio_la = @libio_la@ toplevel_srcdir = @toplevel_srcdir@ |