Do using Foo :: enum at the type_decl stage

This commit is contained in:
gingerBill
2018-07-29 11:29:20 +01:00
parent 6512a3e5f2
commit 96fc9138d4
8 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -435,9 +435,9 @@ AST_KIND(_TypeBegin, "", bool) \
Ast *type; \
}) \
AST_KIND(PolyType, "polymorphic type", struct { \
Token token; \
Ast *type; \
Ast *specialization; \
Token token; \
Ast * type; \
Ast * specialization; \
}) \
AST_KIND(ProcType, "procedure type", struct { \
Token token; \