From dfedf3f2bb434065da3ddbc931e87a4017535f80 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 30 Apr 2025 20:42:31 -0400 Subject: Update compiler to use randomly generated unique-per-file symbol suffixes instead of needing to rename symbols with objcopy --- src/ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 2de9f007..47ff3caf 100644 --- a/src/ast.h +++ b/src/ast.h @@ -189,6 +189,7 @@ struct ast_s { ast_t *var; type_ast_t *type; ast_t *value; + bool top_level:1; } Declare; struct { ast_list_t *targets, *values; -- cgit v1.2.3