]> code.delx.au - gnu-emacs/commitdiff
Minor alignas cleanup
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Feb 2016 22:15:09 +0000 (14:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Feb 2016 22:17:01 +0000 (14:17 -0800)
* src/lisp.h (alignas): Remove now-redundant #ifdef that was left
over from the old way of doing things, before Bug#20862 was fixed.

src/lisp.h

index e8eab7be9eb31d10c268593cabf0b352c039765f..af73c4b15ce808726af5ff3bcf147974a39aab8c 100644 (file)
@@ -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