mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Fix header error spotted by Fred
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d3d912d5ef
commit
4fcce15ee0
33 changed files with 76 additions and 38 deletions
|
@ -199,7 +199,8 @@ typedef uint32_t OSType;
|
|||
#if GS_EXPOSE(NSFileManager)
|
||||
@private
|
||||
NSString *_lastError;
|
||||
#elif !GS_NONFRAGILE
|
||||
#endif
|
||||
#if !GS_NONFRAGILE
|
||||
void *_unused;
|
||||
#endif
|
||||
}
|
||||
|
@ -378,7 +379,8 @@ typedef uint32_t OSType;
|
|||
BOOL isFollowing: 1;
|
||||
BOOL justContents: 1;
|
||||
} _flags;
|
||||
#elif !GS_NONFRAGILE
|
||||
#endif
|
||||
#if !GS_NONFRAGILE
|
||||
void *_unused;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue