aboutsummaryrefslogtreecommitdiff
path: root/src/compile/files.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-24 17:56:58 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-24 17:56:58 -0400
commit56959100a677369eca0261b47ec7299e9a8d1207 (patch)
tree0d3243a56a64675efc14091e0c0aea3a70bfbb12 /src/compile/files.h
parent02a864390d47ef165f4113eb9eeb67cafbd9b803 (diff)
Split headers into their own file
Diffstat (limited to 'src/compile/files.h')
-rw-r--r--src/compile/files.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/compile/files.h b/src/compile/files.h
index e2a6e98b..94047638 100644
--- a/src/compile/files.h
+++ b/src/compile/files.h
@@ -6,7 +6,3 @@
#include "../stdlib/datatypes.h"
Text_t compile_file(env_t *env, ast_t *ast);
-Text_t compile_file_header(env_t *env, Path_t header_path, ast_t *ast);
-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);