mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
anything greater than gcc 2.8 should have terminate already.
This commit is contained in:
parent
a7ad97fa3a
commit
6487ac2934
@ -179,9 +179,7 @@ int main(int argc, char **argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if defined( __GNUC__ ) && ( __GNUC__ < 2 ) || (__GNUC_MINOR__ < 9)
|
||||
/* for gcc with -fhandle-exceptions */
|
||||
void terminate() {}
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user