From: Paul Eggert Date: Tue, 9 Feb 2016 22:15:09 +0000 (-0800) Subject: Minor alignas cleanup X-Git-Tag: emacs-25.0.91~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=145a11e1a3417d0fef60148296f2e8f97e09d5e9;p=emacs.git 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. --- 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) error !; #endif -#ifndef alignas -# error "alignas not defined" -#endif - #ifdef HAVE_STRUCT_ATTRIBUTE_ALIGNED # define GCALIGNED __attribute__ ((aligned (GCALIGNMENT))) #else