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:
rfm 2010-02-28 11:39:55 +00:00
parent 312eb20503
commit aaef3eb394

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;