From 9095599bc5184239fdc3dd35bc5bbbb89452b5c6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:48:31 -0400 Subject: Split declarations into a file --- src/compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile.c') diff --git a/src/compile.c b/src/compile.c index abbf753d..38f40ba1 100644 --- a/src/compile.c +++ b/src/compile.c @@ -5,9 +5,9 @@ #include "ast.h" #include "compile.h" -#include "compile/assignments.h" #include "compile/binops.h" #include "compile/blocks.h" +#include "compile/declarations.h" #include "compile/enums.h" #include "compile/functions.h" #include "compile/integers.h" -- cgit v1.2.3