diff options
| author | gingerBill <bill@gingerbill.org> | 2024-08-24 13:56:30 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-08-24 13:56:30 +0100 |
| commit | 8ba87e01bd9a26ffd391d2ad69ff0eb6a023d1cf (patch) | |
| tree | 83e16532e2d8bb27ed7c22df3410d06aa42845c9 /src/parser.hpp | |
| parent | daccd72162d8a37f2d68a3fe1526a9f5fa427ddf (diff) | |
Improve `parse_enforce_tabs` usage
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 565a8e621..f1794f79a 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -885,4 +885,7 @@ gb_internal gb_inline gbAllocator ast_allocator(AstFile *f) { gb_internal Ast *alloc_ast_node(AstFile *f, AstKind kind); gb_internal gbString expr_to_string(Ast *expression); -gb_internal bool allow_field_separator(AstFile *f);
\ No newline at end of file +gb_internal bool allow_field_separator(AstFile *f); + + +gb_internal void parse_enforce_tabs(AstFile *f);
\ No newline at end of file |