aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-08-24 13:56:30 +0100
committergingerBill <bill@gingerbill.org>2024-08-24 13:56:30 +0100
commit8ba87e01bd9a26ffd391d2ad69ff0eb6a023d1cf (patch)
tree83e16532e2d8bb27ed7c22df3410d06aa42845c9 /src/parser.hpp
parentdaccd72162d8a37f2d68a3fe1526a9f5fa427ddf (diff)
Improve `parse_enforce_tabs` usage
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp5
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