*BSD fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3639 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1999-02-02 00:08:58 +00:00
parent 34670971fc
commit a64f5e21b9
10 changed files with 63 additions and 242 deletions

View file

@ -127,7 +127,11 @@ typedef struct obj_layout_unpadded {
* what padding (if any) is required to get the alignment of the
* structure correct.
*/
#ifdef ALIGN
#undef ALIGN
#endif
#define ALIGN __alignof__(double)
struct obj_layout {
#if defined(REFCNT_LOCAL)
unsigned retained;