mprove ifdef's for non-fragile-abi

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29809 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-28 19:43:35 +00:00
parent 470d0b18f2
commit b59b875d50
33 changed files with 40 additions and 2 deletions

View file

@ -199,6 +199,7 @@ typedef uint32_t OSType;
#if GS_EXPOSE(NSFileManager)
@private
NSString *_lastError;
#elif !GS_NONFRAGILE
void *_unused;
#endif
}
@ -377,6 +378,7 @@ typedef uint32_t OSType;
BOOL isFollowing: 1;
BOOL justContents: 1;
} _flags;
#elif !GS_NONFRAGILE
void *_unused;
#endif
}