]> code.delx.au - gnu-emacs/blobdiff - lib/stdalign.in.h
Sync with gnulib
[gnu-emacs] / lib / stdalign.in.h
index 9abb9aa279ef1d48545deddf6e261393073b1506..cd8395681d937fb84a560c9a474bd7d46843a232 100644 (file)
 # 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)