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
@@ -139,9 +139,9 @@ typedef size_t locus;
/* Represents the contents of a token. */
typedef struct
{
locus loc;
token_type type;
uint8_t uid;
locus loc;
}
__packed
token;