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:
Richard Frith-MacDonald 2010-02-28 11:39:55 +00:00
parent 45f7a62f6d
commit c0c7403c0f

View file

@ -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;