We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4d011 commit 95ffa4cCopy full SHA for 95ffa4c
Include/pymacro.h
@@ -54,8 +54,7 @@
54
# define _Py_ALIGN_AS(V) alignas(V)
55
# elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
56
# define _Py_ALIGN_AS(V) _Alignas(V)
57
-# elif (defined(__GNUC__) || defined(__clang__)) \
58
- && defined(__STDC_VERSION__) && __STDC_VERSION__ < 201112L
+# elif (defined(__GNUC__) || defined(__clang__))
59
# define _Py_ALIGN_AS(V) __attribute__((aligned(V)))
60
# elif defined(_MSC_VER)
61
# define _Py_ALIGN_AS(V) __declspec(align(V))
0 commit comments