diff options
Diffstat (limited to 'c/c.h')
| -rw-r--r-- | c/c.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 **/ |