mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
1b6d582f9f
commit
ee4034383e
1 changed files with 2 additions and 6 deletions
|
@ -34,7 +34,7 @@
|
|||
extern "C" {
|
||||
#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.
|
||||
* Extended from the original OpenStep version to let us know if the
|
||||
|
@ -90,14 +90,10 @@ typedef struct {
|
|||
const char *_methodTypes;
|
||||
unsigned _argFrameLength;
|
||||
unsigned _numArgs;
|
||||
#if OS_API_VERSION(GS_API_NONE, GS_API_NONE)
|
||||
#if OS_API_VERSION(GS_API_NONE, GS_API_MACOSX)
|
||||
NSArgumentInfo *_info;
|
||||
#else
|
||||
#if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX)
|
||||
void *_info;
|
||||
#else
|
||||
NSArgumentInfo *_info;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue