Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNED
commitd14956099d0daf0faa132b20e0fb0d46cae001be
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Nov 2017 16:51:41 +0000 (13 08:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Nov 2017 18:16:52 +0000 (13 10:16 -0800)
tree6e495f1c4f9ea10377941679b0fb2f26c8283246
parentb1573a97e17b518723ab3f906eb6d521caed196d
Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNED

* configure.ac (HAVE_STRUCT_ATTRIBUTE_ALIGNED): Remove.  No longer
needed, since we no longer rely on __attribute__ ((aligned (8))).
All uses removed.
* src/emacs-module.c (HAVE_STRUCT_ATTRIBUTE_ALIGNED): Remove.
(lisp_to_value): Simplify now that we no longer need to worry
whether HAVE_STRUCT_ATTRIBUTE_ALIGNED is false.
admin/CPP-DEFINES
configure.ac
src/emacs-module.c