fix typos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30049 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-03-27 05:31:54 +00:00
parent 5cb3f71970
commit b9c89882c2
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2010-03-27 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/Foundation/NSException.h:
Fix typos in last change (spotted by Eddie McCreary).
2010-03-03 Doug Simons <doug.simons@testplant.com>
* Source/ObjectiveC2/sync.m: Avoid crash on Windows.

View file

@ -34,12 +34,12 @@
#import <GNUstepBase/GSConfig.h>
#if defined(_NATIVE_OBJC_EXCEPTIONS)
#define USER_NATIVE_OBC_EXCEPTIONS 1
#define USER_NATIVE_OBJC_EXCEPTIONS 1
#else
#define USER_NATIVE_OBC_EXCEPTIONS 0
#define USER_NATIVE_OBJC_EXCEPTIONS 0
#endif
#if BASE_NATIVE_OBJC_EXCEPTIONS != USER_NATIVE_OBJC_EXCEPTIONS
#error The current setting for native-objc-exceptions does not match that of gnuste-base ... please correct this.
#error The current setting for native-objc-exceptions does not match that of gnustep-base ... please correct this.
#endif
#import <Foundation/NSString.h>