Fix error printing for basic directives

This commit is contained in:
Ginger Bill
2017-04-17 19:58:43 +01:00
parent 6d9fadf351
commit 0c22081e5f
6 changed files with 37 additions and 21 deletions
+3 -1
View File
@@ -75,7 +75,9 @@ struct Entity {
bool is_immutable;
bool is_thread_local;
} Variable;
i32 TypeName;
struct {
bool is_type_alias;
} TypeName;
struct {
bool is_foreign;
String foreign_name;