mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
heh, that was a symptom. forget &void :)
This commit is contained in:
parent
8099f0d8f2
commit
ab94498503
1 changed files with 1 additions and 1 deletions
|
@ -2097,7 +2097,7 @@ address_expr (expr_t *e1, expr_t *e2, type_t *t)
|
|||
e->e.pointer.val = 0;
|
||||
e->e.pointer.type = t;
|
||||
e->e.pointer.def = def;
|
||||
} else if (type->type == ev_array || type->type == ev_void) {
|
||||
} else if (type->type == ev_array) {
|
||||
e = e1;
|
||||
e->type = ex_pointer;
|
||||
e->e.pointer.val = 0;
|
||||
|
|
Loading…
Reference in a new issue