diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lisp.h b/src/lisp.h index e8eab7be9eb..af73c4b15ce 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -262,10 +262,6 @@ DEFINE_GDB_SYMBOL_END (USE_LSB_TAG) | |||
| 262 | error !; | 262 | error !; |
| 263 | #endif | 263 | #endif |
| 264 | 264 | ||
| 265 | #ifndef alignas | ||
| 266 | # error "alignas not defined" | ||
| 267 | #endif | ||
| 268 | |||
| 269 | #ifdef HAVE_STRUCT_ATTRIBUTE_ALIGNED | 265 | #ifdef HAVE_STRUCT_ATTRIBUTE_ALIGNED |
| 270 | # define GCALIGNED __attribute__ ((aligned (GCALIGNMENT))) | 266 | # define GCALIGNED __attribute__ ((aligned (GCALIGNMENT))) |
| 271 | #else | 267 | #else |