mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
fix last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
312eb20503
commit
aaef3eb394
1 changed files with 3 additions and 0 deletions
|
@ -169,6 +169,9 @@ objc_sizeOfType(const char *type)
|
|||
break;
|
||||
|
||||
case _C_BFLD:
|
||||
#if !defined(BITS_PER_UNIT)
|
||||
# define BITS_PER_UNIT (sizeof(int)*8)
|
||||
#endif
|
||||
{
|
||||
/* The new encoding of bitfields is: b 'position' 'type' 'size' */
|
||||
int position, size;
|
||||
|
|
Loading…
Reference in a new issue