A few more version macro fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2007-04-01 04:31:04 +00:00
parent 7f7186b298
commit 574043cd34
5 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
#import <GNUstepBase/GSVersionMacros.h>
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
#include <Foundation/NSObject.h>
#include <Foundation/NSZone.h>

View file

@ -30,7 +30,7 @@
#define __GSMime_h_GNUSTEP_BASE_INCLUDE
#include <GNUstepBase/GSVersionMacros.h>
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
#ifdef NeXT_Foundation_LIBRARY
#include <Foundation/Foundation.h>

View file

@ -36,7 +36,7 @@
#define __GSXML_h_GNUSTEP_BASE_INCLUDE
#include <GNUstepBase/GSVersionMacros.h>
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
#ifndef NeXT_Foundation_LIBRARY
#include <Foundation/NSObject.h>

View file

@ -35,7 +35,7 @@
#include <Foundation/NSString.h> /* For string encodings */
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
/*
* Private API used internally by NSString etc.

View file

@ -35,7 +35,7 @@
extern "C" {
#endif
#if OS_API_VERSION(GS_API_NONE,GS_API_NONE)
#if OS_API_VERSION(GS_API_NONE,GS_API_LATEST)
/* Call this method from CLASS's +initialize method to add a behavior
to CLASS. A "behavior" is like a protocol with an implementation.