Add an || defined (XP_BEOS) so that the builds works under BeOS with -fno-exceptions.

This commit is contained in:
duncan%be.com 1999-07-16 21:39:25 +00:00
Родитель 815b4fa27f
Коммит 1f4601edf9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -292,7 +292,7 @@ AVoidPtrPtrContext( void** )
#define TEST_EXCEPTIONS 1
// HAVE_CPP_EXCEPTIONS is defined automagically on unix
#if defined(XP_UNIX)
#if defined(XP_UNIX) || defined(XP_BEOS)
#if !defined(HAVE_CPP_EXCEPTIONS)
#undef TEST_EXCEPTIONS
#endif