mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-18 11:41:06 +00:00
vewrsion macro fixup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24460 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bda63b452d
commit
ec28efef0b
1 changed files with 2 additions and 6 deletions
|
@ -34,7 +34,7 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX)
|
#if OS_API_VERSION(GS_API_NONE, GS_API_MACOSX)
|
||||||
/**
|
/**
|
||||||
* <p>Info about layout of arguments.
|
* <p>Info about layout of arguments.
|
||||||
* Extended from the original OpenStep version to let us know if the
|
* Extended from the original OpenStep version to let us know if the
|
||||||
|
@ -90,14 +90,10 @@ typedef struct {
|
||||||
const char *_methodTypes;
|
const char *_methodTypes;
|
||||||
unsigned _argFrameLength;
|
unsigned _argFrameLength;
|
||||||
unsigned _numArgs;
|
unsigned _numArgs;
|
||||||
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
|
#if OS_API_VERSION(GS_API_NONE, GS_API_MACOSX)
|
||||||
NSArgumentInfo *_info;
|
NSArgumentInfo *_info;
|
||||||
#else
|
#else
|
||||||
#if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX)
|
|
||||||
void *_info;
|
void *_info;
|
||||||
#else
|
|
||||||
NSArgumentInfo *_info;
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue