aboutsummaryrefslogtreecommitdiff
path: root/config/openaxiom-c-macros.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/openaxiom-c-macros.h.in')
-rw-r--r--config/openaxiom-c-macros.h.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/openaxiom-c-macros.h.in b/config/openaxiom-c-macros.h.in
index 03b93dbe..6a93a786 100644
--- a/config/openaxiom-c-macros.h.in
+++ b/config/openaxiom-c-macros.h.in
@@ -262,6 +262,12 @@
#define below would cause a syntax error. */
#undef _UINT8_T
+/* Alignment specifier operator */
+#undef alignas
+
+/* Alignment query operator */
+#undef alignof
+
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
@@ -289,12 +295,6 @@
if such a type exists, and if the system does not define it. */
#undef intptr_t
-/* Alignment specifier operator */
-#undef openaxiom_alignas
-
-/* Alignment query operator */
-#undef openaxiom_alignment
-
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t