some GCC 2.95 support fixes and some BeOS support

This commit is contained in:
Arvid Norberg
2009-11-28 22:41:21 +00:00
parent 1d6d11bf0c
commit 39dae9e6dc
25 changed files with 102 additions and 62 deletions

View File

@@ -41,7 +41,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include <stdlib.h>
// uClibc++ doesn't have cxxabi.h
#if defined __GNUC__ && !defined __UCLIBCXX_MAJOR__
#if defined __GNUC__ && __GNUC__ >= 3 \
&& !defined __UCLIBCXX_MAJOR__
#include <cxxabi.h>