some GCC 2.95 support fixes and some BeOS support
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user