diff options
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; \ |