Improve parse_enforce_tabs usage

This commit is contained in:
gingerBill
2024-08-24 13:56:30 +01:00
parent daccd72162
commit 8ba87e01bd
2 changed files with 21 additions and 6 deletions

View File

@@ -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);
gb_internal bool allow_field_separator(AstFile *f);
gb_internal void parse_enforce_tabs(AstFile *f);