fix typo in macro name

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-06-10 18:20:23 +00:00
parent 0beeaa8945
commit 98b8957283
9 changed files with 20 additions and 8 deletions

View file

@ -1,3 +1,15 @@
2008-06-10 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/Foundation/NSString.h:
* Headers/Foundation/NSBundle.h:
* Headers/Foundation/NSSerialization.h:
* Headers/Foundation/NSProcessInfo.h:
* Headers/Foundation/NSMethodSignature.h:
* Headers/Foundation/NSHost.h:
* Headers/Foundation/NSArchiver.h:
* Headers/Foundation/NSInvocation.h:
Fix typo in macro name
2008-06-10 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac: Check for stdlib.h

View file

@ -92,7 +92,7 @@ extern "C" {
#endif
@end
#if OS_API_VERSION(GS_API_NONE,011700)
#if GS_API_VERSION(GS_API_NONE,011700)
@interface NSArchiver (GNUstep)
/*

View file

@ -414,7 +414,7 @@ GS_EXPORT NSString* const NSLoadedClasses;
#endif
@end
#if OS_API_VERSION(GS_API_NONE, 011700)
#if GS_API_VERSION(GS_API_NONE, 011700)
/**
* Augments [NSBundle], including methods for handling libraries in the GNUstep
* fashion, for rapid localization, and other purposes.

View file

@ -112,7 +112,7 @@ extern "C" {
@end
#if OS_API_VERSION(GS_API_NONE,011700)
#if GS_API_VERSION(GS_API_NONE,011700)
/**
* Adds synonym for +currentHost.

View file

@ -95,7 +95,7 @@ extern "C" {
@end
#if OS_API_VERSION(GS_API_NONE, 011700)
#if GS_API_VERSION(GS_API_NONE, 011700)
@interface NSInvocation (GNUstep)
/**
* Returns the status of the flag set by -setSendsToSuper:

View file

@ -153,7 +153,7 @@ typedef struct {
@end
#if OS_API_VERSION(GS_API_NONE, 011700)
#if GS_API_VERSION(GS_API_NONE, 011700)
/**
* Declares a convenience method for getting the entire array of raw type and
* size information.

View file

@ -199,7 +199,7 @@ enum {
#endif
@end
#if OS_API_VERSION(GS_API_NONE,011700)
#if GS_API_VERSION(GS_API_NONE,011700)
/**
* Provides GNUstep-specific methods for controlled debug logging (a GNUstep

View file

@ -92,7 +92,7 @@ extern "C" {
intoData: (NSMutableData*)d;
@end
#if OS_API_VERSION(GS_API_NONE, 011700)
#if GS_API_VERSION(GS_API_NONE, 011700)
/**
* GNUstep extends serialization by having the option to make the
* resulting data more compact by ensuring that repeated strings

View file

@ -757,7 +757,7 @@ typedef NSUInteger NSStringEncodingConversionOptions;
extern struct objc_class _NSConstantStringClassReference;
#endif
#if OS_API_VERSION(GS_API_NONE, 011700)
#if GS_API_VERSION(GS_API_NONE, 011700)
@interface NSMutableString (GNUstep)
- (NSString*) immutableProxy;