Fix alignment
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
tree_header t;
|
||||
unsigned strict_mode:1;
|
||||
opcode_counter_t opcodes_num;
|
||||
linked_list opcodes;
|
||||
tree_header t;
|
||||
opcode_counter_t opcodes_num;
|
||||
unsigned strict_mode:1;
|
||||
}
|
||||
__packed
|
||||
scopes_tree_int;
|
||||
|
||||
Reference in New Issue
Block a user