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/statements.h | |
| parent | 2245c883680ccfbe545f230d6b68c38ce54bceb6 (diff) | |
Split out blocks into their own file
Diffstat (limited to 'src/compile/statements.h')
| -rw-r--r-- | src/compile/statements.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile/statements.h b/src/compile/statements.h index 8c8956e7..ed0234a2 100644 --- a/src/compile/statements.h +++ b/src/compile/statements.h @@ -3,6 +3,5 @@ #include "../stdlib/datatypes.h" Text_t compile_condition(env_t *env, ast_t *ast); -Text_t compile_inline_block(env_t *env, ast_t *ast); Text_t compile_statement(env_t *env, ast_t *ast); Text_t with_source_info(env_t *env, ast_t *ast, Text_t code); |
