mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
protect from both old runtime and old compiler
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39042 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f6271e8e48
commit
bf5038e2ac
14 changed files with 29 additions and 29 deletions
|
@ -792,7 +792,7 @@ static NSDictionary *makeReference(unsigned ref)
|
|||
[_enc setObject: o forKey: aKey];
|
||||
return;
|
||||
|
||||
#ifdef _C_BOOL
|
||||
#if __GNUC__ > 2 && defined(_C_BOOL)
|
||||
case _C_BOOL:
|
||||
o = [NSNumber numberWithInt: (NSInteger)*(_Bool*)address];
|
||||
[_enc setObject: o forKey: aKey];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue