Added some macros for use with the static analyser. Turned _reserved ivar in GSSpellServer into GS_PADDING_IVAR (no change to class layout).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2011-02-10 12:15:09 +00:00
parent f3a58fb845
commit 8213813c6d
3 changed files with 48 additions and 3 deletions

View file

@ -63,8 +63,8 @@ GS_EXPORT NSString *const NSGrammarUserDescription;
NSMutableDictionary *_userDictionaries;
NSString *_currentLanguage;
NSArray *_ignoredWords;
void *_reserved;
#endif
GS_PADDING_IVAR;
}
// Checking in Your Service