* alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Oct 2011 06:35:43 +0000 (23:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Oct 2011 06:35:43 +0000 (23:35 -0700)
commit3164aeac1589cc7898634d8f9ea155a005576942
tree8e95d742c24ce141b087e2d7f5e875776caedf01
parentc9af454e51a926245a3ee19c04ae5ed058fcd215
* alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed.

Don't assume EMACS_INT alignment is the same as pointer alignment.
(GC_POINTER_ALIGNMENT): New macro.
src/ChangeLog
src/alloc.c