Commit b77647df by Mike Stump Committed by Mike Stump

* libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.

From-SVN: r94842
parent f5e2738c
2005-02-09 Mike Stump <mrs@apple.com>
* libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.
2005-02-09 Janis Johnson <janis187@us.ibm.com>
* testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*.
......
......@@ -29,7 +29,9 @@
// the GNU General Public License.
#include "new"
#if _GLIBCXX_HOSTED
#include <cstdlib>
#endif
#include <bits/c++config.h>
#if _GLIBCXX_HOSTED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment