diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:20:52 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:20:52 -0400 |
| commit | 5bc70e2d64392441d182fc9c6e65d4ba5b92e4c2 (patch) | |
| tree | 823a04db18172e8bf3dceaa6dddc55e80d39f2c5 /src/compile/tables.c | |
| parent | 31beca9f417c2c4fd32eaae01b3e855acf892220 (diff) | |
Rename promotion -> promotions
Diffstat (limited to 'src/compile/tables.c')
| -rw-r--r-- | src/compile/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
