[ChangeLog]
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Oct 2011 08:06:24 +0000 (01:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Oct 2011 08:06:24 +0000 (01:06 -0700)
commitc9af454e51a926245a3ee19c04ae5ed058fcd215
tree4a2418ea383386a197183b1af930c74d9f812e45
parent8d1da888c6f3c6763c7e6e73a5bdd3bf997d0cfc
[ChangeLog]

* configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
This is now done by src/alloc.c.
[src/ChangeLog]
* alloc.c: (GC_LISP_OBJECT_ARGUMENT):
Use offsetof, not __alignof__ or sizeof.  __alignof__ gives
the wrong answer on the x86 with GCC.
ChangeLog
configure.in
src/ChangeLog
src/alloc.c