]> git.eshelyaron.com Git - emacs.git/commit
Replace union hack with C11-style max_align_t
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Dec 2014 01:51:03 +0000 (17:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Dec 2014 01:54:02 +0000 (17:54 -0800)
commit7fc616afcfbaebea1658149da269110da94d6e59
treefdf883b06477996b4705ebe64fa08795fa3e9715
parent67a48edb27172ae78182b13edf18789c2c79b7ac
Replace union hack with C11-style max_align_t

* admin/merge-gnulib (GNULIB_MODULES): Add stddef, for max_align_t.
* lib/gnulib.mk: Regenerate.
* src/alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of
a hack involving a union.
ChangeLog
admin/merge-gnulib
lib/gnulib.mk
src/alloc.c