Add exceptions for MacOS-X compatibility.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26325 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-03-17 05:45:55 +00:00
parent 508c7a2402
commit 9f68dcebcf
6 changed files with 78 additions and 41 deletions

View file

@ -656,6 +656,9 @@ GSListModules()
@end
NSString* const NSCharacterConversionException
= @"NSCharacterConversionException";
NSString* const NSGenericException
= @"NSGenericException";
@ -668,15 +671,15 @@ NSString* const NSInvalidArgumentException
NSString* const NSMallocException
= @"NSMallocException";
NSString* const NSRangeException
= @"NSRangeException";
NSString* const NSCharacterConversionException
= @"NSCharacterConversionException";
NSString* const NSOldStyleException
= @"NSOldStyleException";
NSString* const NSParseErrorException
= @"NSParseErrorException";
NSString* const NSRangeException
= @"NSRangeException";
static void _terminate()
{
BOOL shouldAbort;