From 655b6778955c8da782365d86326d3afceccc9a6b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Mar 2024 20:40:40 -0400 Subject: Preface symbols with file prefix --- environment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environment.h') diff --git a/environment.h b/environment.h index 49d15a19..c5acb57d 100644 --- a/environment.h +++ b/environment.h @@ -34,7 +34,7 @@ typedef struct { compilation_unit_t *code; fn_ctx_t *fn_ctx; loop_ctx_t *loop_ctx; - CORD scope_prefix; + CORD file_prefix, scope_prefix; const char *comprehension_var; } env_t; -- cgit v1.2.3