aboutsummaryrefslogtreecommitdiff
path: root/src/compile/integers.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:20:52 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:20:52 -0400
commit5bc70e2d64392441d182fc9c6e65d4ba5b92e4c2 (patch)
tree823a04db18172e8bf3dceaa6dddc55e80d39f2c5 /src/compile/integers.c
parent31beca9f417c2c4fd32eaae01b3e855acf892220 (diff)
Rename promotion -> promotions
Diffstat (limited to 'src/compile/integers.c')
-rw-r--r--src/compile/integers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compile/integers.c b/src/compile/integers.c
index 97c9c61a..fc615c3b 100644
--- a/src/compile/integers.c
+++ b/src/compile/integers.c
@@ -8,7 +8,7 @@
#include "../stdlib/text.h"
#include "../typecheck.h"
#include "../types.h"
-#include "promotion.h"
+#include "promotions.h"
Text_t compile_int_to_type(env_t *env, ast_t *ast, type_t *target) {
if (ast->tag != Int) {