aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/c.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/c.h')
-rw-r--r--c/c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/c.h b/c/c.h
index da30616..a5f702e 100644
--- a/c/c.h
+++ b/c/c.h
@@ -108,6 +108,7 @@ struct function;
int envadddecl(struct env *env, const struct decl *d);
bool assigncheck(union type t, const struct expr *src);
union ref expraddr(struct function *, const struct expr *);
+union ref scalarcvt(struct function *, union type to, union type from, union ref);
union ref compileexpr(struct function *, const struct expr *, bool discard);
/** builtin.c **/