diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:19:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:19:24 -0400 |
| commit | 31beca9f417c2c4fd32eaae01b3e855acf892220 (patch) | |
| tree | a1d3e656b908d6da6cf8887201f2fa89a82b1142 /src/compile/functions.c | |
| parent | 2245c883680ccfbe545f230d6b68c38ce54bceb6 (diff) | |
Split out blocks into their own file
Diffstat (limited to 'src/compile/functions.c')
| -rw-r--r-- | src/compile/functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/functions.c b/src/compile/functions.c index 5197b6f1..cc6aba87 100644 --- a/src/compile/functions.c +++ b/src/compile/functions.c @@ -12,6 +12,7 @@ #include "../typecheck.h" #include "../types.h" #include "assignments.h" +#include "blocks.h" #include "integers.h" #include "promotion.h" #include "statements.h" |
