Updates for MacOS-X compatibility

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-06-23 07:15:10 +00:00
parent 0f579d5620
commit 18944ced01
5 changed files with 34 additions and 15 deletions

View file

@ -104,12 +104,6 @@ NSString *const NSIsNotNilTransformerName
NSString *const NSUnarchiveFromDataTransformerName
= @"NSUnarchiveFromData";
/**
* Last-resort exception handler, a function taking an NSException and
* returning void. Set with NSSetUncaughtExceptionHandler().
*/
NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler;
/* NSBundle */
NSString *NSBundleDidLoadNotification = @"NSBundleDidLoadNotification";