diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-04-15 18:20:54 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-04-15 18:20:54 +0200 |
commit | d55c12ed1f80711ef27a52fa0ba6e366f0b7a585 (patch) | |
tree | c8aec040114e98aeb95b6c035bae942a7de8be90 /lisp/emacs-lisp/easy-mmode.el | |
parent | 7a76850c2022cf9e8ccadc972d76463f1055a7fe (diff) | |
download | emacs-d55c12ed1f80711ef27a52fa0ba6e366f0b7a585.tar.gz emacs-d55c12ed1f80711ef27a52fa0ba6e366f0b7a585.tar.bz2 emacs-d55c12ed1f80711ef27a52fa0ba6e366f0b7a585.zip |
Simplify enforcement of object address alignment
* lisp.h (struct Lisp_Symbol): Remove explicit padding.
(struct Lisp_Misc_Any): Likewise.
(struct Lisp_Free): Likewise.
* alloc.c (union aligned_Lisp_Symbol): Define.
(SYMBOL_BLOCK_SIZE, struct symbol_block): Use union
aligned_Lisp_Symbol instead of struct Lisp_Symbol.
(union aligned_Lisp_Misc): Define.
(MARKER_BLOCK_SIZE, struct marker_block): Use union
aligned_Lisp_Misc instead of union Lisp_Misc.
(Fmake_symbol, allocate_misc, gc_sweep): Adjust
Diffstat (limited to 'lisp/emacs-lisp/easy-mmode.el')
0 files changed, 0 insertions, 0 deletions