зеркало из https://github.com/mozilla/gecko-dev.git
Add an || defined (XP_BEOS) so that the builds works under BeOS with -fno-exceptions.
This commit is contained in:
Родитель
815b4fa27f
Коммит
1f4601edf9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче