mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-06 15:51:25 +00:00
record the type of the result of a bind expr
This commit is contained in:
parent
f992090b18
commit
bca275944c
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ new_bind_expr (expr_t *e1, expr_t *e2)
|
||||||
e->e.expr.op = 'b';
|
e->e.expr.op = 'b';
|
||||||
e->e.expr.e1 = e1;
|
e->e.expr.e1 = e1;
|
||||||
e->e.expr.e2 = e2;
|
e->e.expr.e2 = e2;
|
||||||
|
e->e.expr.type = get_type (e2);
|
||||||
return e;
|
return e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue