mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Add an || defined (XP_BEOS) so that the builds works under BeOS with -fno-exceptions.
This commit is contained in:
parent
815b4fa27f
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user