From fbf39cd7e907f32824cc0bb763f38851b1726cfd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 17 Feb 2024 23:43:55 -0500 Subject: Various fixes, including for Null values --- compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.h') diff --git a/compile.h b/compile.h index 060ee403..83753e5e 100644 --- a/compile.h +++ b/compile.h @@ -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); -- cgit v1.2.3