aboutsummaryrefslogtreecommitdiff
path: root/src/compile.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:13:48 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:13:48 -0400
commit2245c883680ccfbe545f230d6b68c38ce54bceb6 (patch)
tree2a861d7482bcf0f30c07483e6adc287f83e8090a /src/compile.h
parent476bacc27671de92e8fdbc5b2a904bbf8bc80377 (diff)
Shift some code around.
Diffstat (limited to 'src/compile.h')
-rw-r--r--src/compile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/compile.h b/src/compile.h
index e0447e2e..361acbb6 100644
--- a/src/compile.h
+++ b/src/compile.h
@@ -11,9 +11,5 @@ Text_t compile(env_t *env, ast_t *ast);
Text_t compile_cli_arg_call(env_t *env, Text_t fn_name, type_t *fn_type, const char *version);
Text_t compile_empty(type_t *t);
Text_t compile_maybe_incref(env_t *env, ast_t *ast, type_t *t);
-Text_t compile_namespace_header(env_t *env, const char *ns_name, ast_t *block);
-Text_t compile_statement_namespace_header(env_t *env, Path_t header_path, ast_t *ast);
-Text_t compile_statement_type_header(env_t *env, Path_t header_path, ast_t *ast);
-Text_t with_source_info(env_t *env, ast_t *ast, Text_t code);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0