diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-19 16:30:19 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-19 16:30:19 -0500 |
| commit | b89291957acbefbb0e9db90421411094ebc6aed8 (patch) | |
| tree | f37c2e971b1322b7e80c3bb8b163fadd16772441 /compile.h | |
| parent | c4479e4bd61fb2c68fdac2637a20d6d99f7b9552 (diff) | |
Restructure compile_file() so it moves a bit more towards less usage of
side effects
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ CORD compile_file_header(env_t *env, ast_t *ast); CORD compile_declaration(type_t *t, const char *name); CORD compile_type(type_t *t); CORD compile(env_t *env, ast_t *ast); -void compile_namespace(env_t *env, const char *ns_name, ast_t *block); CORD compile_namespace_header(env_t *env, const char *ns_name, ast_t *block); CORD compile_statement(env_t *env, ast_t *ast); CORD compile_statement_type_header(env_t *env, ast_t *ast); |
