emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2ffe1494e1: Avoid duplicate inclusion of stdalign.h


From: Paul Eggert
Subject: master 2ffe1494e1: Avoid duplicate inclusion of stdalign.h
Date: Mon, 26 Dec 2022 11:50:53 -0500 (EST)

branch: master
commit 2ffe1494e16381cfc7fec95a6a0879f268df3e95
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lisp.h b/src/lisp.h
index be511a0eb9..0dcf803e12 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]