diff options
Diffstat (limited to 'm4/stdalign.m4')
-rw-r--r-- | m4/stdalign.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/stdalign.m4 b/m4/stdalign.m4 index 0652a1e4af5..f091aa58c29 100644 --- a/m4/stdalign.m4 +++ b/m4/stdalign.m4 @@ -18,7 +18,7 @@ AC_DEFUN([gl_STDALIGN_H], /* Test that alignof yields a result consistent with offsetof. This catches GCC bug 52023 - <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */ + <https://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) |