mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
fixup for old runtime
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39041 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3098d68b6
commit
db6451147f
14 changed files with 40 additions and 26 deletions
|
@ -324,7 +324,7 @@ static NSDecimalNumber *one;
|
|||
llval = (long long)v;
|
||||
break;
|
||||
}
|
||||
#if __GNUC__ != 2
|
||||
#ifdef _C_BOOL
|
||||
case _C_BOOL:
|
||||
{
|
||||
llval = (long long)((*(unsigned char *)value == 0) ? 0 : 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue