mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
f3a58fb845
commit
8213813c6d
3 changed files with 48 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue