Fix alignment

This commit is contained in:
Ilmir Usmanov
2014-10-13 21:42:25 +04:00
parent 38b47eaba7
commit 85ad5f8350
8 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -73,10 +73,10 @@ typedef TYPE NAME##_stack_value_type; \
typedef DATA_TYPE NAME##_stack_data_type; \
typedef struct \
{ \
linked_list blocks; \
DATA_TYPE length; \
DATA_TYPE current; \
DATA_TYPE block_len; \
linked_list blocks; \
} \
__packed \
NAME##_stack;