mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
508c7a2402
commit
9f68dcebcf
6 changed files with 78 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue