diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-09-30 09:17:12 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:26 -0700 |
| commit | 3f9dcfb9cc7156a23a62613527e911a653b0305b (patch) | |
| tree | dca3c5ddb310a24b79bbd06f307eb3bef24778ff /validation | |
| parent | e3f66d29bd11094bcb0783148989fada4f3dfe60 (diff) | |
| download | sparse-dev-3f9dcfb9cc7156a23a62613527e911a653b0305b.tar.gz | |
[PATCH] two-arguments ?:
Instead of trying to handle two- and three-argument ?: in the same code,
have evaluate_expression() turn the expression 'v1 ? : v2' into its
equivalent of '(temp_var = v1, temp_var ? temp_var : v2)' and use the
normal logics to deal with the results.
Diffstat (limited to 'validation')
0 files changed, 0 insertions, 0 deletions
