diff options
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -12,9 +12,8 @@ CORD expr_as_text(env_t *env, CORD expr, type_t *t, CORD color); CORD compile_header(env_t *env, ast_t *ast); CORD compile_file(env_t *env, ast_t *ast); -CORD compile_type_ast(env_t *env, type_ast_t *t); -CORD compile_declaration(env_t *env, type_t *t, const char *name); -CORD compile_type(env_t *env, type_t *t); +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_headers(env_t *env, const char *ns_name, ast_t *block); |
