From 96fc9138d4e238512896a00d59d3f1dca76e5df1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 29 Jul 2018 11:29:20 +0100 Subject: Do `using Foo :: enum` at the `type_decl` stage --- src/parser.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/parser.hpp') diff --git a/src/parser.hpp b/src/parser.hpp index 30ce225e5..d542a8b7a 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -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; \ -- cgit v1.2.3