summaryrefslogtreecommitdiffstats
path: root/libjava/java/sql
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-31 18:24:13 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-31 18:24:13 +0000
commit3d2acfc2fe7aac846b5f4c55070c7416e0f6e75e (patch)
tree73484defd3a0008256a22e753fae73b6b37914c4 /libjava/java/sql
parent0e3a99609e911cdcdbcc80c5be28ecb05062d73b (diff)
downloadppe42-gcc-3d2acfc2fe7aac846b5f4c55070c7416e0f6e75e.tar.gz
ppe42-gcc-3d2acfc2fe7aac846b5f4c55070c7416e0f6e75e.zip
2003-03-31 Paolo Carlini <pcarlini@unitus.it>
* include/std/std_streambuf.h (_M_out_buf_size()): Remove. * include/bits/fstream.tcc (_M_allocate_internal_buffer): Don't set _M_out_end. (basic_filebuf::overflow): Replace _M_out_buf_size() with this->_M_out_cur && this->_M_out_cur < this->_M_out_end. * include/bits/sstream.tcc (basic_stringbuf::overflow): Replace _M_out_buf_size() with this->_M_out_cur < this->_M_out_end; * include/bits/streambuf.tcc (basic_streambuf::sputc): Replace _M_out_buf_size() with _M_out_cur && _M_out_cur < _M_out_end. (basic_streambuf::xsputn): Replace _M_out_buf_size() with _M_out_end - _M_out_cur. (__copy_streambufs): Likewise. * include/std/std_fstream.h (_M_set_determinate): Set _M_out_end here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/sql')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud