mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
ensure a op= b treats b as if it was (b)
This commit is contained in:
parent
527342d80d
commit
f70605f5f7
1 changed files with 1 additions and 0 deletions
|
@ -1572,6 +1572,7 @@ asx_expr (int op, expr_t *e1, expr_t *e2)
|
|||
expr_t *e = new_expr ();
|
||||
|
||||
*e = *e1;
|
||||
e2->paren = 1;
|
||||
return assign_expr (e, binary_expr (op, e1, e2));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue