diff --git a/include/ck_stack.h b/include/ck_stack.h index 56a39c3..f71e515 100644 --- a/include/ck_stack.h +++ b/include/ck_stack.h @@ -40,7 +40,7 @@ typedef struct ck_stack_entry ck_stack_entry_t; struct ck_stack { struct ck_stack_entry *head; char *generation CK_CC_PACKED; -}; +} CK_CC_ALIASED; typedef struct ck_stack ck_stack_t; #define CK_STACK_INITIALIZER { NULL, NULL }