From 5bc70e2d64392441d182fc9c6e65d4ba5b92e4c2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:20:52 -0400 Subject: Rename promotion -> promotions --- 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 cc6aba87..418705aa 100644 --- a/src/compile/functions.c +++ b/src/compile/functions.c @@ -14,7 +14,7 @@ #include "assignments.h" #include "blocks.h" #include "integers.h" -#include "promotion.h" +#include "promotions.h" #include "statements.h" #include "structs.h" #include "text.h" -- cgit v1.2.3