mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
e8f8da0618
commit
f6271e8e48
14 changed files with 40 additions and 26 deletions
|
@ -61,7 +61,7 @@ typeSize(const char* type)
|
|||
case _C_ULNG_LNG: return sizeof(unsigned long long);
|
||||
case _C_FLT: return sizeof(float);
|
||||
case _C_DBL: return sizeof(double);
|
||||
#if __GNUC__ != 2
|
||||
#ifdef _C_BOOL
|
||||
case _C_BOOL: return sizeof(_Bool);
|
||||
#endif
|
||||
case _C_PTR: return sizeof(void*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue