projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65ef80
)
Minor alignas cleanup
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 9 Feb 2016 22:15:09 +0000
(14:15 -0800)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index e8eab7be9eb31d10c268593cabf0b352c039765f..af73c4b15ce808726af5ff3bcf147974a39aab8c 100644
(file)
--- 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