From af3d732a32928155d6bf8e6991f03d29002206db Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 27 Nov 2013 02:18:25 +0000 Subject: * include/storage.H (Arena::allocate): Adjust spelling of alignment query operator. (Arena::Arena): Likewise. (HashTableEntry): Adjust spelling of alignment specifier. --- config/openaxiom-c-macros.h.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config/openaxiom-c-macros.h.in') 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 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 doesn't define. */ #undef uid_t -- cgit v1.2.3