diff options
| author | Paul Eggert | 2017-09-13 02:07:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-09-13 02:08:36 -0700 |
| commit | a0202fdc85ddc36b73a1c7c4f2d3ec45cd22c5e1 (patch) | |
| tree | 3de17df847aae5d9a8f899619466e918992b0669 /m4/stdalign.m4 | |
| parent | 4bef92e9e02d074de1d92e30dc5ef4dd62558c80 (diff) | |
| download | emacs-a0202fdc85ddc36b73a1c7c4f2d3ec45cd22c5e1.tar.gz emacs-a0202fdc85ddc36b73a1c7c4f2d3ec45cd22c5e1.zip | |
Merge from Gnulib
This incorporates:
2017-09-13 all: prefer https: URLs
This just changes http: to https: in comments,
in files copied from Gnulib.
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], | |||
| 18 | 18 | ||
| 19 | /* Test that alignof yields a result consistent with offsetof. | 19 | /* Test that alignof yields a result consistent with offsetof. |
| 20 | This catches GCC bug 52023 | 20 | This catches GCC bug 52023 |
| 21 | <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */ | 21 | <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>. */ |
| 22 | #ifdef __cplusplus | 22 | #ifdef __cplusplus |
| 23 | template <class t> struct alignof_helper { char a; t b; }; | 23 | template <class t> struct alignof_helper { char a; t b; }; |
| 24 | # define ao(type) offsetof (alignof_helper<type>, b) | 24 | # define ao(type) offsetof (alignof_helper<type>, b) |