aboutsummaryrefslogtreecommitdiff
path: root/config/openaxiom-c-macros.h.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-11-27 02:18:25 +0000
committerdos-reis <gdr@axiomatics.org>2013-11-27 02:18:25 +0000
commitaf3d732a32928155d6bf8e6991f03d29002206db (patch)
treeb08fab1df0b87445d2cec5dfe3efd65202845d72 /config/openaxiom-c-macros.h.in
parent6775efcd28e0ff63a0a7e8ffc7474f0cd56fc6f2 (diff)
downloadopen-axiom-af3d732a32928155d6bf8e6991f03d29002206db.tar.gz
* include/storage.H (Arena<T>::allocate): Adjust spelling of
alignment query operator. (Arena<T>::Arena): Likewise. (HashTableEntry<T>): Adjust spelling of alignment specifier.
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