diff options
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ #include "environment.h" -CORD expr_as_text(env_t *env, CORD expr, type_t *t, CORD color); +CORD expr_as_text(CORD expr, type_t *t, CORD color); CORD compile_file(env_t *env, ast_t *ast); CORD compile_file_header(env_t *env, ast_t *ast); CORD compile_declaration(type_t *t, const char *name); @@ -18,7 +18,7 @@ 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); CORD compile_statement_namespace_header(env_t *env, ast_t *ast); -CORD compile_type_info(env_t *env, type_t *t); +CORD compile_type_info(type_t *t); CORD compile_cli_arg_call(env_t *env, CORD fn_name, type_t *fn_type); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
