From 7cb55ec0061246685ffe8c6d1d92307495c28943 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:59:37 -0400 Subject: Finally, split compile.c into compile/expressions.c --- src/compile/structs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/structs.c') diff --git a/src/compile/structs.c b/src/compile/structs.c index 2dc4a60b..20f40c4d 100644 --- a/src/compile/structs.c +++ b/src/compile/structs.c @@ -3,7 +3,7 @@ #include #include "../ast.h" -#include "../compile.h" +#include "expressions.h" #include "../environment.h" #include "../naming.h" #include "../stdlib/tables.h" -- cgit v1.2.3