mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 03:21:05 +00:00
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:
parent
5cb3f71970
commit
b9c89882c2
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
2010-03-03 Doug Simons <doug.simons@testplant.com>
|
||||||
|
|
||||||
* Source/ObjectiveC2/sync.m: Avoid crash on Windows.
|
* Source/ObjectiveC2/sync.m: Avoid crash on Windows.
|
||||||
|
|
|
@ -34,12 +34,12 @@
|
||||||
#import <GNUstepBase/GSConfig.h>
|
#import <GNUstepBase/GSConfig.h>
|
||||||
|
|
||||||
#if defined(_NATIVE_OBJC_EXCEPTIONS)
|
#if defined(_NATIVE_OBJC_EXCEPTIONS)
|
||||||
#define USER_NATIVE_OBC_EXCEPTIONS 1
|
#define USER_NATIVE_OBJC_EXCEPTIONS 1
|
||||||
#else
|
#else
|
||||||
#define USER_NATIVE_OBC_EXCEPTIONS 0
|
#define USER_NATIVE_OBJC_EXCEPTIONS 0
|
||||||
#endif
|
#endif
|
||||||
#if BASE_NATIVE_OBJC_EXCEPTIONS != USER_NATIVE_OBJC_EXCEPTIONS
|
#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
|
#endif
|
||||||
|
|
||||||
#import <Foundation/NSString.h>
|
#import <Foundation/NSString.h>
|
||||||
|
|
Loading…
Reference in a new issue