From 2245c883680ccfbe545f230d6b68c38ce54bceb6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:13:48 -0400 Subject: Shift some code around. --- src/compile/statements.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/statements.h') diff --git a/src/compile/statements.h b/src/compile/statements.h index abe34a09..8c8956e7 100644 --- a/src/compile/statements.h +++ b/src/compile/statements.h @@ -5,3 +5,4 @@ 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); -- cgit v1.2.3