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:
rfm 2007-02-04 03:56:03 +00:00
parent 4d142796a2
commit bda63b452d
4 changed files with 17 additions and 0 deletions

View file

@ -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