mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-21 05:45:19 +00:00
Improve parse_enforce_tabs usage
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user