Fix alignment: part 2
This commit is contained in:
@@ -143,7 +143,6 @@ typedef struct
|
||||
token_type type;
|
||||
uint8_t uid;
|
||||
}
|
||||
__packed
|
||||
token;
|
||||
|
||||
void lexer_init (const char *, size_t, bool);
|
||||
|
||||
@@ -40,12 +40,12 @@ rewritable_opcode_type;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint8_t args_count;
|
||||
union
|
||||
{
|
||||
void (*fun1) (idx_t);
|
||||
}
|
||||
funs;
|
||||
uint8_t args_count;
|
||||
}
|
||||
intrinsic_dumper;
|
||||
|
||||
|
||||
@@ -22,12 +22,11 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
linked_list opcodes;
|
||||
tree_header t;
|
||||
linked_list opcodes;
|
||||
opcode_counter_t opcodes_num;
|
||||
unsigned strict_mode:1;
|
||||
}
|
||||
__packed
|
||||
scopes_tree_int;
|
||||
|
||||
typedef scopes_tree_int * scopes_tree;
|
||||
|
||||
Reference in New Issue
Block a user