projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a352ab
)
Avoid duplicate inclusion of stdalign.h
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 26 Dec 2022 16:46:36 +0000
(08:46 -0800)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index be511a0eb9c0341444305a4dcbe7add70fcd3a7a..0dcf803e12483d3474b4f619ef56cf9373cc3661 100644
(file)
--- 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>