mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 22:54:59 -07:00
Improve parse_enforce_tabs usage
This commit is contained in:
+4
-1
@@ -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