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/promotions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/promotions.c') diff --git a/src/compile/promotions.c b/src/compile/promotions.c index c3d7eddc..d017568a 100644 --- a/src/compile/promotions.c +++ b/src/compile/promotions.c @@ -8,7 +8,7 @@ #include "../stdlib/text.h" #include "../typecheck.h" #include "../types.h" -#include "assignments.h" +#include "declarations.h" #include "functions.h" #include "integers.h" #include "lists.h" -- cgit v1.2.3