mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 00:30:17 -08:00
Merge branch 'master' into feature/tree-sitter
This commit is contained in:
commit
7ebbd4efc3
644 changed files with 28791 additions and 13315 deletions
|
|
@ -245,7 +245,8 @@ DEFINE_GDB_SYMBOL_BEGIN (EMACS_INT, VALMASK)
|
|||
DEFINE_GDB_SYMBOL_END (VALMASK)
|
||||
|
||||
/* Ignore 'alignas' on compilers lacking it. */
|
||||
#if !defined alignas && !defined __alignas_is_defined
|
||||
#if (!defined alignas && !defined __alignas_is_defined \
|
||||
&& __STDC_VERSION__ < 202311 && __cplusplus < 201103)
|
||||
# define alignas(a)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue