diff options
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 9226ea95a..14eee643a 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -573,3 +573,4 @@ gbAllocator ast_allocator(void) { } Ast *alloc_ast_node(AstFile *f, AstKind kind); + |