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/functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/functions.c') diff --git a/src/compile/functions.c b/src/compile/functions.c index 33ea9f98..6fc626cf 100644 --- a/src/compile/functions.c +++ b/src/compile/functions.c @@ -2,7 +2,7 @@ #include "functions.h" #include "../ast.h" -#include "../compile.h" +#include "expressions.h" #include "../environment.h" #include "../naming.h" #include "../stdlib/datatypes.h" -- cgit v1.2.3