fix minor type parsing bugs

This commit is contained in:
Quentin Carbonneaux 2015-09-07 23:06:13 -04:00
parent a1b3e82dc9
commit 0921f4b551
2 changed files with 14 additions and 11 deletions

View file

@ -230,6 +230,7 @@ struct Fn {
};
struct Type {
char name[NString];
int dark;
int size;
int align;