mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +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
bd0963b109
commit
1b6d582f9f
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>
|
||||
|
||||
* Source/NSAutoreleasePool.m: Fix bug reporting autorlease count.
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
#define __NSComparisonPredicate_h_GNUSTEP_BASE_INCLUDE
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#if OS_API_VERSION(100400, GS_API_LATEST)
|
||||
|
||||
#import <Foundation/NSExpression.h>
|
||||
#import <Foundation/NSPredicate.h>
|
||||
|
||||
|
@ -103,4 +105,5 @@ typedef enum _NSPredicateOperatorType
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* 100400 */
|
||||
#endif
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
#define __NSCompoundPredicate_h_GNUSTEP_BASE_INCLUDE
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#if OS_API_VERSION(100400, GS_API_LATEST)
|
||||
|
||||
#import <Foundation/NSPredicate.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
@ -56,5 +58,6 @@ typedef enum _NSCompoundPredicateType
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* 100400 */
|
||||
#endif
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
#define __NSExpression_h_GNUSTEP_BASE_INCLUDE
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#if OS_API_VERSION(100400, GS_API_LATEST)
|
||||
|
||||
#import <Foundation/NSPredicate.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
@ -69,5 +71,7 @@ typedef enum _NSExpressionType
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* 100400 */
|
||||
|
||||
#endif /* __NSExpression_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
||||
|
|
Loading…
Reference in a new issue