Minor alignas cleanup
* src/lisp.h (alignas): Remove now-redundant #ifdef that was left over from the old way of doing things, before Bug#20862 was fixed.
This commit is contained in:
parent
f65ef80fed
commit
145a11e1a3
1 changed files with 0 additions and 4 deletions
|
@ -262,10 +262,6 @@ DEFINE_GDB_SYMBOL_END (USE_LSB_TAG)
|
|||
error !;
|
||||
#endif
|
||||
|
||||
#ifndef alignas
|
||||
# error "alignas not defined"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRUCT_ATTRIBUTE_ALIGNED
|
||||
# define GCALIGNED __attribute__ ((aligned (GCALIGNMENT)))
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue