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:
rfm 2010-02-28 19:43:35 +00:00
parent db7e1148aa
commit 3a49540942
33 changed files with 40 additions and 2 deletions

View file

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