changeset 16319:934a441c5452

Fix bug# typo in previous patch.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 27 Jan 2012 10:22:51 -0800
parents 39ff0ed6c426
children fb33caa0a0ce
files m4/stdalign.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/stdalign.m4	Fri Jan 27 10:17:18 2012 -0800
+++ b/m4/stdalign.m4	Fri Jan 27 10:22:51 2012 -0800
@@ -17,8 +17,8 @@
             #include <stddef.h>
 
             /* Test that alignof yields a result consistent with offsetof.
-               This catches GCC bug 51316
-               <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51316>.  */
+               This catches GCC bug 52023
+               <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>.  */
             #ifdef __cplusplus
                template <class t> struct alignof_helper { char a; t b; };
             # define ao(type) offsetof (alignof_helper<type>, b)