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/assignments.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/assignments.c') diff --git a/src/compile/assignments.c b/src/compile/assignments.c index 83dbd287..0f4c8835 100644 --- a/src/compile/assignments.c +++ b/src/compile/assignments.c @@ -8,7 +8,7 @@ #include "../typecheck.h" #include "integers.h" #include "pointers.h" -#include "promotion.h" +#include "promotions.h" #include "types.h" public -- cgit v1.2.3