aboutsummaryrefslogtreecommitdiff
path: root/compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h2
1 files changed, 1 insertions, 1 deletions
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);