aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog5
-rw-r--r--nt/config.nt3
2 files changed, 5 insertions, 3 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 16a6577cb6c..f0e9f247d14 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
12012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use Gnulib stdalign module (Bug#9772, Bug#9960).
4 * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
5
12012-07-14 Juanma Barranquero <lekktu@gmail.com> 62012-07-14 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * config.nt: Sync with autogen/config.in. 8 * config.nt: Sync with autogen/config.in.
diff --git a/nt/config.nt b/nt/config.nt
index d727cd3fafd..d32ead3d9c0 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -227,9 +227,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
227/* Define to 1 if ALSA is available. */ 227/* Define to 1 if ALSA is available. */
228#undef HAVE_ALSA 228#undef HAVE_ALSA
229 229
230/* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
231#undef HAVE_ATTRIBUTE_ALIGNED
232
233/* Define to 1 if strtold conforms to C99. */ 230/* Define to 1 if strtold conforms to C99. */
234#undef HAVE_C99_STRTOLD 231#undef HAVE_C99_STRTOLD
235 232