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:
rfm 2010-03-02 09:51:12 +00:00
parent 81804929a2
commit c49cb5cc49
33 changed files with 76 additions and 38 deletions

View file

@ -85,7 +85,8 @@ GS_EXPORT NSString* const GSNetworkNotificationCenterType;
NSString *_type; /* Type of notification center. */
id _remote; /* Proxy for center. */
BOOL _suspended; /* Is delivery suspended? */
#elif !GS_NONFRAGILE
#endif
#if !GS_NONFRAGILE
void *_unused;
#endif
}