diff options
| author | Paul Eggert | 2016-02-09 14:15:09 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-09 14:17:01 -0800 |
| commit | 145a11e1a3417d0fef60148296f2e8f97e09d5e9 (patch) | |
| tree | 72cdbdd8e70a848788cc610e91c669aeb85085f6 | |
| parent | f65ef80fed9813903559345a9f7eb89d712fa3fc (diff) | |
| download | emacs-145a11e1a3417d0fef60148296f2e8f97e09d5e9.tar.gz emacs-145a11e1a3417d0fef60148296f2e8f97e09d5e9.zip | |
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.
| -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 |