Fox error in last commit. Add parser improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-02-23 20:51:20 +00:00
parent 30cf8bf35b
commit 8b5ee69ee1
2 changed files with 99 additions and 29 deletions

View file

@ -725,7 +725,7 @@ _NSFoundationUncaughtExceptionHandler (NSException *exception)
static NSUncaughtExceptionHandler *_NSUncaughtExceptionHandler
= _NSFoundationUncaughtExceptionHandler;
#if defined(_NATIVE_OBJC_EXCEPTIONS) && defined(HAVE_UNEXPECTED)
#if !defined(_NATIVE_OBJC_EXCEPTIONS) || defined(HAVE_UNEXPECTED)
static void
callUncaughtHandler(id value)
{