aboutsummaryrefslogtreecommitdiff
path: root/compile.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-09 18:32:36 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-09 18:32:36 -0500
commit77c9669d41d24a89e9364e1a91d9a1343c75537f (patch)
tree2be81490146052edd3e87caa5e76557e74d1e38b /compile.h
parent2b83ab279dbfb77cfd699d6da944c51c2353e64a (diff)
Change lang stringification to include type name
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 1f385bb3..c50e22aa 100644
--- a/compile.h
+++ b/compile.h
@@ -12,7 +12,7 @@ typedef struct {
CORD header, c_file;
} module_code_t;
-CORD expr_as_texting(env_t *env, CORD expr, type_t *t, CORD color);
+CORD expr_as_text(env_t *env, CORD expr, type_t *t, CORD color);
module_code_t compile_file(ast_t *ast);
CORD compile_type_ast(type_ast_t *t);
CORD compile_declaration(type_t *t, const char *name);