fix minor type parsing bugs
This commit is contained in:
parent
a1b3e82dc9
commit
0921f4b551
2 changed files with 14 additions and 11 deletions
|
@ -230,6 +230,7 @@ struct Fn {
|
|||
};
|
||||
|
||||
struct Type {
|
||||
char name[NString];
|
||||
int dark;
|
||||
int size;
|
||||
int align;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue