mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fixup version macros
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24459 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d142796a2
commit
bda63b452d
4 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2007-02-04 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Headers/Foundation/NSCompoundPredicate.h:
|
||||||
|
* Headers/Foundation/NSComparisonPredicate.h:
|
||||||
|
* Headers/Foundation/NSExpression.h:
|
||||||
|
Fixup version macros
|
||||||
|
|
||||||
2007-01-30 Richard Frith-Macdonald <rfm@gnu.org>
|
2007-01-30 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSAutoreleasePool.m: Fix bug reporting autorlease count.
|
* Source/NSAutoreleasePool.m: Fix bug reporting autorlease count.
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
#define __NSComparisonPredicate_h_GNUSTEP_BASE_INCLUDE
|
#define __NSComparisonPredicate_h_GNUSTEP_BASE_INCLUDE
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
|
#if OS_API_VERSION(100400, GS_API_LATEST)
|
||||||
|
|
||||||
#import <Foundation/NSExpression.h>
|
#import <Foundation/NSExpression.h>
|
||||||
#import <Foundation/NSPredicate.h>
|
#import <Foundation/NSPredicate.h>
|
||||||
|
|
||||||
|
@ -103,4 +105,5 @@ typedef enum _NSPredicateOperatorType
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* 100400 */
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
#define __NSCompoundPredicate_h_GNUSTEP_BASE_INCLUDE
|
#define __NSCompoundPredicate_h_GNUSTEP_BASE_INCLUDE
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
|
#if OS_API_VERSION(100400, GS_API_LATEST)
|
||||||
|
|
||||||
#import <Foundation/NSPredicate.h>
|
#import <Foundation/NSPredicate.h>
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
|
@ -56,5 +58,6 @@ typedef enum _NSCompoundPredicateType
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* 100400 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
#define __NSExpression_h_GNUSTEP_BASE_INCLUDE
|
#define __NSExpression_h_GNUSTEP_BASE_INCLUDE
|
||||||
#import <GNUstepBase/GSVersionMacros.h>
|
#import <GNUstepBase/GSVersionMacros.h>
|
||||||
|
|
||||||
|
#if OS_API_VERSION(100400, GS_API_LATEST)
|
||||||
|
|
||||||
#import <Foundation/NSPredicate.h>
|
#import <Foundation/NSPredicate.h>
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
|
@ -69,5 +71,7 @@ typedef enum _NSExpressionType
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* 100400 */
|
||||||
|
|
||||||
#endif /* __NSExpression_h_GNUSTEP_BASE_INCLUDE */
|
#endif /* __NSExpression_h_GNUSTEP_BASE_INCLUDE */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue