]> git.eshelyaron.com Git - emacs.git/commit
Avoid duplicate inclusion of stdalign.h
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Dec 2022 16:46:36 +0000 (08:46 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Dec 2022 16:50:42 +0000 (08:50 -0800)
commit2ffe1494e16381cfc7fec95a6a0879f268df3e95
tree9032dff067e96d944695712a009c24d45b3b8137
parent9a352ab1c735e12574dae678f13c41f8d50fb92c
Avoid duplicate inclusion of stdalign.h

* src/lisp.h: Do not include stdalign.h, as Gnulib now
approximates C23 (where stdalign.h does nothing) and config.h
already includes stdalign.h as needed on pre-C23 platforms.
src/lisp.h