mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Remove a fixme.
This commit is contained in:
parent
c185fbb782
commit
f5412c2b20
1 changed files with 1 additions and 1 deletions
|
@ -2312,7 +2312,7 @@ assign_expr (expr_t *e1, expr_t *e2)
|
||||||
}
|
}
|
||||||
//XXX func = func ???
|
//XXX func = func ???
|
||||||
if (t1->type == ev_pointer && is_array (t2)) {
|
if (t1->type == ev_pointer && is_array (t2)) {
|
||||||
e2 = address_expr (e2, 0, t2->t.fldptr.type);// FIXME (eh? why fixme?)
|
e2 = address_expr (e2, 0, t2->t.fldptr.type);
|
||||||
t2 = get_type (e2);
|
t2 = get_type (e2);
|
||||||
}
|
}
|
||||||
if (e2->type == ex_bool)
|
if (e2->type == ex_bool)
|
||||||
|
|
Loading…
Reference in a new issue