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/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 b01f599b..fdde7cfe 100644 --- a/src/compile/functions.c +++ b/src/compile/functions.c @@ -13,8 +13,8 @@ #include "../stdlib/util.h" #include "../typecheck.h" #include "../types.h" -#include "assignments.h" #include "blocks.h" +#include "declarations.h" #include "integers.h" #include "lists.h" #include "promotions.h" -- cgit v1.2.3