diff NEWS @ 16013:c5fb9408985d

alignof: Avoid collision with stdalign module. * lib/alignof.h (alignof): Remove macro. * NEWS: Mention the change. Reported by Paul Eggert.
author Bruno Haible <bruno@clisp.org>
date Tue, 01 Nov 2011 12:43:23 +0100
parents fb7a82c2a615
children ab92e00caa02
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@
 
 Date        Modules         Changes
 
+2011-11-01  alignof         This module no longer provides the alignof() macro.
+                            Use either alignof_slot() or alignof_type() instead.
+
 2011-11-01  openat          This module no longer provides the fchownat()
                             function. If you need this function, you now need
                             to request the 'fchownat' module.