mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Fix for machines without long long type.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a9e75b66b5
commit
d1e5db816e
1 changed files with 5 additions and 0 deletions
|
@ -153,8 +153,13 @@ static char type_map[32] = {
|
|||
_C_UINT,
|
||||
_C_LNG,
|
||||
_C_ULNG,
|
||||
#ifdef _C_LNG_LMG
|
||||
_C_LNG_LNG,
|
||||
_C_ULNG_LNG,
|
||||
#else
|
||||
0,
|
||||
0,
|
||||
#endif
|
||||
_C_FLT,
|
||||
_C_DBL,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue