From 145a11e1a3417d0fef60148296f2e8f97e09d5e9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 9 Feb 2016 14:15:09 -0800 Subject: [PATCH] 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. --- src/lisp.h | 4 ---- 1 file changed, 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) error !; #endif -#ifndef alignas -# error "alignas not defined" -#endif - #ifdef HAVE_STRUCT_ATTRIBUTE_ALIGNED # define GCALIGNED __attribute__ ((aligned (GCALIGNMENT))) #else -- 2.11.4.GIT