mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
344809a47e
commit
791b709752
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue