emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 145a11e 2/2: Minor alignas cleanup


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 145a11e 2/2: Minor alignas cleanup
Date: Tue, 09 Feb 2016 22:17:21 +0000

branch: emacs-25
commit 145a11e1a3417d0fef60148296f2e8f97e09d5e9
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/lisp.h b/src/lisp.h
index e8eab7b..af73c4b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]