]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/libsupc++/eh_alloc.cc
std_cwchar.h: Guard.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 19 Jun 2002 15:19:53 +0000 (15:19 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 19 Jun 2002 15:19:53 +0000 (15:19 +0000)
commit93b855862a72458bf60ba9596bb7494bcf74bdf7
treef6a252bc522acab89485cfd3ab34f6038957e14c
parentccf160f16c907ee744b8b035c00f40cfdc95c0bf
std_cwchar.h: Guard.

2002-06-18  Benjamin Kosnik  <bkoz@redhat.com>

* include/c/std_cwchar.h: Guard. Add mbstate_t bits.
* include/c/std_cwctype.h: Guard.

* libsupc++/eh_alloc.cc: Tweak include order.
* libsupc++/pure.cc: Use cstdio.
* libsupc++/new_op.cc: Remove malloc forward declaration, as
cstdlib brings it in. Use std::malloc.

* src/Makefile.am (sources): Remove cmath.cc.
* src/Makefile.in: Regenerate.
* src/cmath.cc: Remove.

From-SVN: r54782
14 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/c/std_cwchar.h
libstdc++-v3/include/c/std_cwctype.h
libstdc++-v3/libsupc++/eh_alloc.cc
libstdc++-v3/libsupc++/new_op.cc
libstdc++-v3/libsupc++/pure.cc
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/cmath.cc [deleted file]
libstdc++-v3/testsuite/Makefile.in