]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
* 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

index be511a0eb9c0341444305a4dcbe7add70fcd3a7a..0dcf803e12483d3474b4f619ef56cf9373cc3661 100644 (file)
@@ -22,7 +22,6 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
 #include <setjmp.h>
-#include <stdalign.h>
 #include <stdarg.h>
 #include <stddef.h>
 #include <string.h>