diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-02-09 09:06:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-02-09 09:07:23 -0800 |
commit | f2e9d1b3847d43206e8b0d05e5b64335d2c0b36f (patch) | |
tree | d8a42809212f10a17deb9f0bd53073d2187469cd /lib/stdalign.in.h | |
parent | 815439eadc0ac0fb442be9f1269eadbf37471ff6 (diff) | |
download | emacs-f2e9d1b3847d43206e8b0d05e5b64335d2c0b36f.tar.gz |
Sync with gnulib
This incorporates:
2016-02-09 stdalign: port to clang 3.7.0
2016-02-06 misc: port better to gcc -fsanitize=address
* doc/misc/texinfo.tex, lib/stdalign.in.h, m4/acl.m4, m4/getgroups.m4:
Copy from gnulib.
Diffstat (limited to 'lib/stdalign.in.h')
-rw-r--r-- | lib/stdalign.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdalign.in.h b/lib/stdalign.in.h index 9abb9aa279e..cd8395681d9 100644 --- a/lib/stdalign.in.h +++ b/lib/stdalign.in.h @@ -111,7 +111,7 @@ # endif #endif #if ((defined _Alignas && ! (defined __cplusplus && 201103 <= __cplusplus)) \ - || (defined __STDC_VERSION && 201112 <= __STDC_VERSION__)) + || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) # define alignas _Alignas #endif #if defined alignas || (defined __cplusplus && 201103 <= __cplusplus) |