anything greater than gcc 2.8 should have terminate already.

git-svn-id: svn://10.0.0.236/trunk@16234 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
toshok%hungry.com
1998-12-11 04:10:21 +00:00
parent 65aff93c06
commit ea272eaf71

View File

@@ -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