diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 23:43:55 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 23:43:55 -0500 |
| commit | fbf39cd7e907f32824cc0bb763f38851b1726cfd (patch) | |
| tree | f9ef822ad1967a9d371936586ac13c890cb2cb50 /compile.h | |
| parent | 2345c8c5c93b8c18866f09310f8a9d9e35962823 (diff) | |
Various fixes, including for Null values
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include "util.h" #include "environment.h" -CORD compile_type(env_t *env, type_ast_t *t); +CORD compile_type_ast(env_t *env, type_ast_t *t); CORD compile(env_t *env, ast_t *ast); CORD compile_statement(env_t *env, ast_t *ast); CORD compile_type_info(env_t *env, type_t *t); |
