tweak guess of reasonable padding/alignment size when not provided by compiler

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36876 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-07-12 06:35:32 +00:00
parent 344809a47e
commit 791b709752

View file

@ -416,7 +416,7 @@ typedef struct obj_layout_unpadded {
* For compilers that don't define it, we try to pick a likely value.
*/
#ifndef __BIGGEST_ALIGNMENT__
#define __BIGGEST_ALIGNMENT__ 16
#define __BIGGEST_ALIGNMENT__ (SIZEOF_VOIDP * 2)
#endif
/*