aboutsummaryrefslogtreecommitdiffstats
path: root/admin/CPP-DEFINES
diff options
context:
space:
mode:
authorPaul Eggert2017-11-13 08:51:41 -0800
committerPaul Eggert2017-11-13 10:16:52 -0800
commitd14956099d0daf0faa132b20e0fb0d46cae001be (patch)
tree6e495f1c4f9ea10377941679b0fb2f26c8283246 /admin/CPP-DEFINES
parentb1573a97e17b518723ab3f906eb6d521caed196d (diff)
downloademacs-d14956099d0daf0faa132b20e0fb0d46cae001be.tar.gz
emacs-d14956099d0daf0faa132b20e0fb0d46cae001be.zip
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.
Diffstat (limited to 'admin/CPP-DEFINES')
-rw-r--r--admin/CPP-DEFINES1
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 10b558d1ada..7a90b3dbe4f 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -103,7 +103,6 @@ HAVE_ALARM
103HAVE_ALLOCA 103HAVE_ALLOCA
104HAVE_ALLOCA_H 104HAVE_ALLOCA_H
105HAVE_ALSA 105HAVE_ALSA
106HAVE_ATTRIBUTE_ALIGNED
107HAVE_BDFFONT 106HAVE_BDFFONT
108HAVE_BOXES 107HAVE_BOXES
109HAVE_C99_STRTOLD 108HAVE_C99_STRTOLD