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/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/tables.c') diff --git a/src/compile/tables.c b/src/compile/tables.c index c9feca5e..c99ac1b1 100644 --- a/src/compile/tables.c +++ b/src/compile/tables.c @@ -9,7 +9,7 @@ #include "functions.h" #include "optionals.h" #include "pointers.h" -#include "promotion.h" +#include "promotions.h" #include "statements.h" #include "types.h" -- cgit v1.2.3